Home
last modified time | relevance | path

Searched defs:readonly (Results 1 – 10 of 10) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm_table.h71 void set_readonly(bool readonly) { readonly_ = readonly; } in set_readonly()
72 bool readonly() const { return readonly_; } in readonly() function
/system/extras/ioshark/
Dioshark_bench.h49 int readonly; member
Dioshark_bench.c173 int readonly; in create_files() local
Dioshark_bench_subr.c69 void *files_db_add_byfileno(void *handle, int fileno, int readonly) in files_db_add_byfileno()
/system/core/fs_mgr/libfiemap/
Dmetadata.cpp186 SplitFiemap* file, uint64_t partition_size, bool readonly) { in UpdateMetadata()
Dimage_manager.cpp203 bool readonly = !!(flags & CREATE_IMAGE_READONLY); in CreateBackingImage() local
/system/extras/partition_tools/
Dlpadd.cc442 bool readonly = false; in main() local
/system/core/fs_mgr/liblp/
Dutility.cpp200 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly()
/system/core/fs_mgr/
Dfs_mgr_overlayfs_mount.cpp558 bool MountScratch(const std::string& device_path, bool readonly) { in MountScratch()
Dfs_mgr.cpp795 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro()