Searched refs:readonly (Results 1 – 12 of 12) sorted by relevance
/aosp14/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm_table.h | 71 void set_readonly(bool readonly) { readonly_ = readonly; } in set_readonly() argument 72 bool readonly() const { return readonly_; } in readonly() function
|
/aosp14/system/core/fs_mgr/liblp/ |
H A D | utility.cpp | 199 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly() argument 201 int val = readonly; in SetBlockReadonly() 205 (void)readonly; in SetBlockReadonly()
|
H A D | utility.h | 98 bool SetBlockReadonly(int fd, bool readonly);
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | metadata.h | 32 SplitFiemap* file, uint64_t partition_size, bool readonly);
|
H A D | metadata.cpp | 192 SplitFiemap* file, uint64_t partition_size, bool readonly) { in UpdateMetadata() argument 200 if (readonly) attrs |= LP_PARTITION_ATTR_READONLY; in UpdateMetadata()
|
H A D | image_manager.cpp | 203 bool readonly = !!(flags & CREATE_IMAGE_READONLY); in CreateBackingImage() local 204 if (!UpdateMetadata(metadata_dir_, name, fw.get(), size, readonly)) { in CreateBackingImage()
|
/aosp14/system/core/fs_mgr/ |
H A D | fs_mgr_priv.h | 91 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly = true);
|
H A D | fs_mgr_overlayfs.cpp | 831 bool MountScratch(const std::string& device_path, bool readonly = false) { in MountScratch() argument 832 if (readonly) { in MountScratch() 865 if (!readonly) { in MountScratch()
|
H A D | fs_mgr.cpp | 798 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro() argument 804 int ON = readonly; in fs_mgr_set_blk_ro()
|
/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | InstallationAsyncTask.java | 368 private void initPartitionProgress(String partitionName, long totalBytes, boolean readonly) { in initPartitionProgress() argument 379 mProgressPartitionIsReadonly = readonly; in initPartitionProgress()
|
/aosp14/frameworks/base/rs/jni/ |
H A D | android_renderscript_RenderScript.cpp | 52 #define PER_ARRAY_TYPE(flag, fnc, readonly, ...) { \ argument 58 if (readonly) { \ 79 if (readonly) { \ 108 if (readonly) { \ 138 if (readonly) { \ 169 if (readonly) { \ 199 if (readonly) { \ 229 if (readonly) { \
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | dm.cpp | 321 if (table.readonly()) { in LoadTable()
|