/system/core/fs_mgr/libdm/include/libdm/ |
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
|
/system/extras/ioshark/ |
D | ioshark_bench.h | 49 int readonly; member 103 return (((struct files_db_s *)node)->readonly); in files_db_readonly() 132 void *files_db_add_byfileno(void *handle, int fileno, int readonly);
|
D | ioshark_bench_subr.c | 69 void *files_db_add_byfileno(void *handle, int fileno, int readonly) in files_db_add_byfileno() argument 81 db_node->readonly = readonly; in files_db_add_byfileno() 131 if (!db_node->readonly && fsync(db_node->fd) < 0) { in files_db_fsync_discard_files()
|
D | ioshark_bench.c | 173 int readonly; in create_files() local 199 readonly = 0; in create_files() 201 readonly = 1; in create_files() 205 readonly); in create_files()
|
/system/core/fs_mgr/libfiemap/ |
D | metadata.h | 32 SplitFiemap* file, uint64_t partition_size, bool readonly);
|
D | metadata.cpp | 186 SplitFiemap* file, uint64_t partition_size, bool readonly) { in UpdateMetadata() argument 194 if (readonly) attrs |= LP_PARTITION_ATTR_READONLY; in UpdateMetadata()
|
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()
|
/system/core/fs_mgr/ |
D | fs_mgr_priv.h | 83 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly = true);
|
D | fs_mgr_overlayfs_mount.h | 55 bool MountScratch(const std::string& device_path, bool readonly = false);
|
D | fs_mgr_overlayfs_mount.cpp | 538 bool MountScratch(const std::string& device_path, bool readonly) { in MountScratch() argument 539 if (readonly) { in MountScratch() 572 if (!readonly) { in MountScratch()
|
D | fs_mgr.cpp | 799 bool fs_mgr_set_blk_ro(const std::string& blockdev, bool readonly) { in fs_mgr_set_blk_ro() argument 805 int ON = readonly; in fs_mgr_set_blk_ro()
|
/system/core/fs_mgr/liblp/ |
D | utility.cpp | 200 bool SetBlockReadonly(int fd, bool readonly) { in SetBlockReadonly() argument 202 int val = readonly; in SetBlockReadonly() 206 (void)readonly; in SetBlockReadonly()
|
D | utility.h | 98 bool SetBlockReadonly(int fd, bool readonly);
|
/system/server_configurable_flags/aconfigd/ |
D | storage_files.cpp | 593 auto readonly = IsFlagReadOnly(context); in SetServerFlagValue() local 594 RETURN_IF_ERROR(readonly, "Failed to check if flag is readonly"); in SetServerFlagValue() 595 if (*readonly) { in SetServerFlagValue() 631 auto readonly = IsFlagReadOnly(context); in SetLocalFlagValue() local 632 RETURN_IF_ERROR(readonly, "Failed to check if flag is readonly") in SetLocalFlagValue() 633 if (*readonly) { in SetLocalFlagValue()
|
/system/extras/partition_tools/ |
D | lpadd.cc | 442 bool readonly = false; in main() local 452 readonly = true; in main() 489 if (readonly) { in main()
|
D | README.md | 14 …>:<GUID>:<attributes>:<size>`. The attributes must be either `none` or `readonly`. The size will b… 56 * `--readonly` - The partition should be mapped as read-only.
|
/system/sepolicy/private/ |
D | network_stack.te | 95 # netd's access should be readonly 101 # netutils_wrapper requires access to be able to run iptables and only needs readonly access
|
D | artd.te | 142 # artd needs to reopen a memfd with readonly in order to pass it to subprocesses
|
/system/nfc/src/nfa/ce/ |
D | nfa_ce_act.cc | 735 bool readonly; in nfa_ce_set_content() local 746 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & in nfa_ce_set_content() 759 status = CE_T3tSetLocalNDEFMsg(readonly, p_cb->ndef_max_size, in nfa_ce_set_content() 767 status = CE_T4tSetLocalNDEFMsg(readonly, p_cb->ndef_max_size, in nfa_ce_set_content()
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 328 if (table.readonly()) { in LoadTable()
|