Home
last modified time | relevance | path

Searched refs:readonly (Results 1 – 12 of 12) sorted by relevance

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_table.h71 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 Dutility.cpp199 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly() argument
201 int val = readonly; in SetBlockReadonly()
205 (void)readonly; in SetBlockReadonly()
H A Dutility.h98 bool SetBlockReadonly(int fd, bool readonly);
/aosp14/system/core/fs_mgr/libfiemap/
H A Dmetadata.h32 SplitFiemap* file, uint64_t partition_size, bool readonly);
H A Dmetadata.cpp192 SplitFiemap* file, uint64_t partition_size, bool readonly) { in UpdateMetadata() argument
200 if (readonly) attrs |= LP_PARTITION_ATTR_READONLY; in UpdateMetadata()
H A Dimage_manager.cpp203 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 Dfs_mgr_priv.h91 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly = true);
H A Dfs_mgr_overlayfs.cpp831 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 Dfs_mgr.cpp798 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 DInstallationAsyncTask.java368 private void initPartitionProgress(String partitionName, long totalBytes, boolean readonly) { in initPartitionProgress() argument
379 mProgressPartitionIsReadonly = readonly; in initPartitionProgress()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp52 #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 Ddm.cpp321 if (table.readonly()) { in LoadTable()