Searched refs:source_path (Results 1 – 9 of 9) sorted by relevance
/system/core/sdcard/ |
D | sdcard.cpp | 101 static bool sdcardfs_setup(const std::string& source_path, const std::string& dest_path, in sdcardfs_setup() argument 121 if (mount(source_path.c_str(), dest_path.c_str(), use_esdfs ? "esdfs" : "sdcardfs", in sdcardfs_setup() 132 static bool sdcardfs_setup_bind_remount(const std::string& source_path, const std::string& dest_pat… in sdcardfs_setup_bind_remount() argument 136 if (mount(source_path.c_str(), dest_path.c_str(), nullptr, in sdcardfs_setup_bind_remount() 142 if (mount(source_path.c_str(), dest_path.c_str(), "none", in sdcardfs_setup_bind_remount() 154 const std::string& source_path, const std::string& dest_path, in sdcardfs_setup_secondary() argument 159 return sdcardfs_setup(source_path, dest_path, fsuid, fsgid, multi_user, userid, gid, mask, in sdcardfs_setup_secondary() 166 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, in run_sdcardfs() argument 178 if (!sdcardfs_setup(source_path, dest_path_default, uid, gid, multi_user, userid, in run_sdcardfs() 181 !sdcardfs_setup_secondary(dest_path_default, source_path, dest_path_read, uid, gid, in run_sdcardfs() [all …]
|
/system/update_engine/payload_consumer/ |
D | install_plan.cc | 118 partition.name, source_slot, &partition.source_path) && in LoadPartitionsFromSlots() 121 partition.source_path.clear(); in LoadPartitionsFromSlots() 138 return (name == that.name && source_path == that.source_path && in operator ==()
|
D | delta_performer_fuzzer.cc | 58 .source_path = "/dev/zero", in FuzzDeltaPerformer()
|
D | filesystem_verifier_action.cc | 116 part_path = partition.source_path; in StartPartitionHashing() 307 << partition.source_path in FinishPartitionHashing()
|
D | install_plan.h | 99 std::string source_path; member
|
D | filesystem_verifier_action_unittest.cc | 134 part.source_path = a_dev; in DoTest() 246 part.source_path = "/no/such/file"; in TEST_F()
|
D | delta_performer_unittest.cc | 273 const string& source_path, in ApplyPayload() argument 276 payload_data, source_path, brillo::Blob(), expect_success); in ApplyPayload() 285 const string& source_path, in ApplyPayloadToData() argument 297 kPartitionNameRoot, install_plan_.source_slot, source_path); in ApplyPayloadToData()
|
D | delta_performer.cc | 329 source_path_ = install_part.source_path; in OpenCurrentPartition() 390 string path = install_part.source_path; in OpenCurrentECCPartition()
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 231 string source_path; in ApplyPayload() local 235 source_path = config.source.partitions[i].path; in ApplyPayload() 237 part_name, install_plan.source_slot, source_path); in ApplyPayload() 241 << " source: " << source_path << "\ttarget: " << target_path; in ApplyPayload()
|