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.cc104 partition.name, source_slot, &partition.source_path) && in LoadPartitionsFromSlots()
107 partition.source_path.clear(); in LoadPartitionsFromSlots()
124 return (name == that.name && source_path == that.source_path && in operator ==()
Dfilesystem_verifier_action.cc93 part_path = partition.source_path; in StartPartitionHashing()
278 << partition.source_path in FinishPartitionHashing()
Dinstall_plan.h97 std::string source_path; member
Dfilesystem_verifier_action_unittest.cc132 part.source_path = a_dev; in DoTest()
242 part.source_path = "/no/such/file"; in TEST_F()
Ddelta_performer_unittest.cc266 const string& source_path, in ApplyPayload() argument
269 payload_data, source_path, brillo::Blob(), expect_success); in ApplyPayload()
278 const string& source_path, in ApplyPayloadToData() argument
289 kPartitionNameRoot, install_plan_.source_slot, source_path); in ApplyPayloadToData()
Ddelta_performer.cc365 source_path_ = install_part.source_path; in OpenCurrentPartition()
427 string path = install_part.source_path; in OpenCurrentECCPartition()
/system/tools/sysprop/
DCppGen.cpp453 std::string source_path = source_output_dir + "/" + output_basename + ".cpp"; in GenerateCppFiles() local
456 if (!android::base::WriteStringToFile(source_result, source_path)) { in GenerateCppFiles()
457 *err = "Writing generated source to " + source_path + in GenerateCppFiles()
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc228 string source_path; in ApplyPayload() local
232 source_path = config.source.partitions[i].path; in ApplyPayload()
234 part_name, install_plan.source_slot, source_path); in ApplyPayload()
238 << " source: " << source_path << "\ttarget: " << target_path; in ApplyPayload()