/system/update_engine/common/ |
D | test_utils.cc | 113 bool writable) { in SetLoopDeviceStatus() argument 117 device_info.lo_flags = (writable ? 0 : LO_FLAGS_READ_ONLY); in SetLoopDeviceStatus() 125 if (writable) { in SetLoopDeviceStatus() 138 bool writable, in BindToUnusedLoopDeviceLegacy() argument 172 return SetLoopDeviceStatus(loop_device_fd, filename, loop_number, writable); in BindToUnusedLoopDeviceLegacy() 176 bool writable, in BindToUnusedLoopDevice() argument 180 (writable ? O_RDWR : O_RDONLY) | O_LARGEFILE | O_CLOEXEC); in BindToUnusedLoopDevice() 194 return SetLoopDeviceStatus(loop_device_fd, filename, loop_number, writable); in BindToUnusedLoopDevice() 197 data_fd, filename, writable, out_lo_dev_name); in BindToUnusedLoopDevice()
|
D | test_utils.h | 65 bool writable, 107 bool writable, in ScopedLoopbackDeviceBinder() argument 109 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()
|
/system/core/fastboot/ |
D | usb_linux.cpp | 144 char *ptr, int len, int writable, in filter_usb_device() argument 175 info.writable = writable; in filter_usb_device() 354 int writable; in find_usb_device() local 365 writable = 1; in find_usb_device() 369 writable = 0; in find_usb_device() 377 if (filter_usb_device(de->d_name, desc, n, writable, callback, &in, &out, &ifc) == 0) { in find_usb_device()
|
D | usb.h | 49 unsigned char writable; member
|
D | usb_windows.cpp | 314 info.writable = 1; in recognized_device()
|
D | usb_osx.cpp | 372 handle->info.writable = 1; in try_device()
|
/system/sepolicy/private/ |
D | derive_sdk.te | 10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
|
D | app_neverallows.te | 47 # must never be writable to the app. 52 # This is a W^X violation (loading executable code from a writable
|
D | gmscore_app.te | 65 # Allow loading executable code from writable priv-app home
|
D | priv_app.te | 17 # Allow loading executable code from writable priv-app home
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | derive_sdk.te | 10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
|
D | app_neverallows.te | 47 # must never be writable to the app. 52 # This is a W^X violation (loading executable code from a writable
|
D | gmscore_app.te | 67 # Allow loading executable code from writable priv-app home
|
D | priv_app.te | 17 # Allow loading executable code from writable priv-app home
|
/system/core/rootdir/ |
D | ueventd.rc | 46 # these should not be world writable
|
/system/core/adb/client/ |
D | usb_libusb.cpp | 304 bool writable = true; in process_device() local 347 writable = false; in process_device() 376 writable); in process_device()
|
/system/core/bootstat/ |
D | bootstat.rc | 47 # post-fs-data: /data is writable
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | file.te | 7 # Security-sensitive proc nodes that should not be writable to most. 145 # /data/local - writable by shell
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | app_neverallows.te | 46 # must never be writable to the app. 51 # This is a W^X violation (loading executable code from a writable
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | file.te | 7 # Security-sensitive proc nodes that should not be writable to most. 147 # /data/local - writable by shell
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | file.te | 7 # Security-sensitive proc nodes that should not be writable to most. 201 # /data/local - writable by shell
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 18 _adb remount_ commands, which set up backing storage for a writable file
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | file.te | 7 # Security-sensitive proc nodes that should not be writable to most. 265 # /data/local - writable by shell
|
/system/sepolicy/public/ |
D | file.te | 10 # Security-sensitive proc nodes that should not be writable to most. 295 # /data/local - writable by shell
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | file.te | 10 # Security-sensitive proc nodes that should not be writable to most. 294 # /data/local - writable by shell
|