Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 25 of 42) sorted by relevance

12

/system/update_engine/common/
Dtest_utils.cc113 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()
Dtest_utils.h65 bool writable,
107 bool writable, in ScopedLoopbackDeviceBinder() argument
109 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()
/system/core/fastboot/
Dusb_linux.cpp144 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()
Dusb.h49 unsigned char writable; member
Dusb_windows.cpp314 info.writable = 1; in recognized_device()
Dusb_osx.cpp372 handle->info.writable = 1; in try_device()
/system/sepolicy/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dapp_neverallows.te47 # must never be writable to the app.
52 # This is a W^X violation (loading executable code from a writable
Dgmscore_app.te65 # Allow loading executable code from writable priv-app home
Dpriv_app.te17 # Allow loading executable code from writable priv-app home
/system/sepolicy/prebuilts/api/30.0/private/
Dderive_sdk.te10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
Dapp_neverallows.te47 # must never be writable to the app.
52 # This is a W^X violation (loading executable code from a writable
Dgmscore_app.te67 # Allow loading executable code from writable priv-app home
Dpriv_app.te17 # Allow loading executable code from writable priv-app home
/system/core/rootdir/
Dueventd.rc46 # these should not be world writable
/system/core/adb/client/
Dusb_libusb.cpp304 bool writable = true; in process_device() local
347 writable = false; in process_device()
376 writable); in process_device()
/system/core/bootstat/
Dbootstat.rc47 # post-fs-data: /data is writable
/system/sepolicy/prebuilts/api/26.0/public/
Dfile.te7 # Security-sensitive proc nodes that should not be writable to most.
145 # /data/local - writable by shell
/system/sepolicy/prebuilts/api/29.0/private/
Dapp_neverallows.te46 # 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/
Dfile.te7 # Security-sensitive proc nodes that should not be writable to most.
147 # /data/local - writable by shell
/system/sepolicy/prebuilts/api/28.0/public/
Dfile.te7 # Security-sensitive proc nodes that should not be writable to most.
201 # /data/local - writable by shell
/system/core/fs_mgr/
DREADME.overlayfs.md18 _adb remount_ commands, which set up backing storage for a writable file
/system/sepolicy/prebuilts/api/29.0/public/
Dfile.te7 # Security-sensitive proc nodes that should not be writable to most.
265 # /data/local - writable by shell
/system/sepolicy/public/
Dfile.te10 # Security-sensitive proc nodes that should not be writable to most.
295 # /data/local - writable by shell
/system/sepolicy/prebuilts/api/30.0/public/
Dfile.te10 # Security-sensitive proc nodes that should not be writable to most.
294 # /data/local - writable by shell

12