/aosp12/system/update_engine/common/ |
H A 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()
|
H A D | test_utils.h | 65 bool writable, 107 bool writable, in ScopedLoopbackDeviceBinder() argument 109 is_bound_ = BindToUnusedLoopDevice(file, writable, &dev_); in ScopedLoopbackDeviceBinder()
|
/aosp12/art/runtime/ |
H A D | vdex_file.h | 195 bool writable, 208 bool writable, 215 bool writable, in Open() argument 223 writable, in Open() 233 bool writable, in Open() argument 243 writable, in Open()
|
H A D | oat_file.cc | 141 bool writable, 147 bool writable, 152 bool writable, 159 bool writable, 211 writable, in OpenOatFile() 251 writable, in OpenOatFile() 332 writable, in LoadVdex() 1081 bool writable, 1171 if (writable) { in Load() 1512 bool writable, [all …]
|
H A D | vdex_file.cc | 71 bool writable, in OpenAtAddress() argument 82 if (writable) { in OpenAtAddress() 89 (writable ? " for read/write" : "for reading"); in OpenAtAddress() 105 writable, in OpenAtAddress() 117 bool writable, in OpenAtAddress() argument 127 CHECK(!(writable && unquicken)) << "We don't want to be writing unquickened files out to disk!"; in OpenAtAddress() 133 writable ? MAP_SHARED : MAP_PRIVATE, in OpenAtAddress() 152 if (!writable) { in OpenAtAddress()
|
H A D | elf_file_impl.h | 47 bool writable, 129 ElfFileImpl(File* file, bool writable, bool program_header_only);
|
/aosp12/system/core/fastboot/ |
H A 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()
|
H A D | usb.h | 49 unsigned char writable; member
|
/aosp12/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteOpenHelper.java | 344 private SQLiteDatabase getDatabaseLocked(boolean writable) { in getDatabaseLocked() argument 349 } else if (!writable || !mDatabase.isReadOnly()) { in getDatabaseLocked() 364 if (writable && db.isReadOnly()) { in getDatabaseLocked() 377 if (writable) { in getDatabaseLocked() 402 return getDatabaseLocked(writable); in getDatabaseLocked()
|
/aosp12/packages/modules/Virtualization/docs/getting_started/ |
H A D | goldfish.md | 29 $ emulator -no-window -show-kernel -writable-system -qemu -cpu host 34 * `-writable-system`: support remounting `system/` as writable, needed for `adb sync`,
|
/aosp12/bionic/libc/bionic/ |
H A D | atexit.cpp | 84 void set_writable(bool writable, size_t start_idx, size_t num_entries); 152 void AtexitArray::set_writable(bool writable, size_t start_idx, size_t num_entries) { in set_writable() argument 159 const int prot = PROT_READ | (writable ? PROT_WRITE : 0); in set_writable()
|
/aosp12/packages/modules/Virtualization/microdroid/ |
H A D | README.md | 35 "writable": false 39 "writable": false 43 "writable": false 47 "writable": true
|
/aosp12/bionic/libc/system_properties/ |
H A D | contexts_serialized.cpp | 98 bool ContextsSerialized::Initialize(bool writable, const char* filename, bool* fsetxattr_failed) { in Initialize() argument 104 if (writable) { in Initialize()
|
H A D | contexts_split.cpp | 296 bool ContextsSplit::Initialize(bool writable, const char* filename, bool* fsetxattr_failed) { in Initialize() argument 302 if (writable) { in Initialize()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/ |
H A D | ev_streams.c | 51 static void writable(evContext opaqueCtx, void *uap, int fd, int evmask); 79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite() 270 writable(evContext opaqueCtx, void *uap, int fd, int evmask) { in writable() function
|
/aosp12/bionic/libc/system_properties/include/system_properties/ |
H A D | contexts.h | 39 virtual bool Initialize(bool writable, const char* filename, bool* fsetxattr_failed) = 0;
|
H A D | contexts_serialized.h | 41 virtual bool Initialize(bool writable, const char* filename, bool* fsetxattr_failed) override;
|
H A D | contexts_split.h | 41 virtual bool Initialize(bool writable, const char* filename, bool* fsetxattr_failed) override;
|
/aosp12/art/test/071-dexfile/ |
H A D | info.txt | 4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
|
/aosp12/packages/services/Car/car_product/init/ |
H A D | init.bootstat.rc | 3 # IMPORTANT: Do not create world writable files or directories.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | derive_sdk.te | 10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | derive_sdk.te | 10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | derive_sdk.te | 10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
|
/aosp12/system/sepolicy/private/ |
H A D | derive_sdk.te | 10 # Prop rules: writable by derive_sdk, readable by bootclasspath (apps)
|
/aosp12/art/runtime/jit/ |
H A D | debugger_interface.cc | 282 JITCodeEntry* writable = NativeInfo::Writable(entry); in InsertNewEntry() local 283 writable->next_ = next; in InsertNewEntry() 284 writable->prev_ = prev; in InsertNewEntry() 285 writable->seqlock_.fetch_add(1, std::memory_order_release); // Mark as valid. in InsertNewEntry()
|