Home
last modified time | relevance | path

Searched refs:source_path (Results 1 – 9 of 9) sorted by relevance

/system/core/sdcard/
Dsdcard.cpp101 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/
Dinstall_plan.cc118 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 ==()
Ddelta_performer_fuzzer.cc58 .source_path = "/dev/zero", in FuzzDeltaPerformer()
Dfilesystem_verifier_action.cc116 part_path = partition.source_path; in StartPartitionHashing()
307 << partition.source_path in FinishPartitionHashing()
Dinstall_plan.h99 std::string source_path; member
Dfilesystem_verifier_action_unittest.cc134 part.source_path = a_dev; in DoTest()
246 part.source_path = "/no/such/file"; in TEST_F()
Ddelta_performer_unittest.cc273 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()
Ddelta_performer.cc329 source_path_ = install_part.source_path; in OpenCurrentPartition()
390 string path = install_part.source_path; in OpenCurrentECCPartition()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc231 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()