Searched refs:source_path (Results 1 - 8 of 8) sorted by relevance

/system/core/sdcard/
H A Dsdcard.cpp100 static bool sdcardfs_setup(const std::string& source_path, const std::string& dest_path, argument
113 if (mount(source_path.c_str(), dest_path.c_str(), use_esdfs ? "esdfs" : "sdcardfs",
124 static bool sdcardfs_setup_bind_remount(const std::string& source_path, const std::string& dest_path, argument
128 if (mount(source_path.c_str(), dest_path.c_str(), nullptr,
134 if (mount(source_path.c_str(), dest_path.c_str(), "none",
145 static bool sdcardfs_setup_secondary(const std::string& default_path, const std::string& source_path, argument
150 return sdcardfs_setup(source_path, dest_path, fsuid, fsgid, multi_user, userid, gid, mask,
157 static void run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, argument
168 if (!sdcardfs_setup(source_path, dest_path_default, uid, gid, multi_user, userid,
170 !sdcardfs_setup_secondary(dest_path_default, source_path, dest_path_rea
217 const char *source_path = NULL; local
[all...]
/system/update_engine/payload_consumer/
H A Dinstall_plan.cc101 partition.name, source_slot, &partition.source_path) && result;
103 partition.source_path.clear();
119 source_path == that.source_path &&
H A Ddelta_performer_unittest.cc229 // Apply |payload_data| on partition specified in |source_path|.
233 const string& source_path,
235 return ApplyPayloadToData(payload_data, source_path, brillo::Blob(),
239 // Apply the payload provided in |payload_data| reading from the |source_path|
245 const string& source_path,
259 kLegacyPartitionNameRoot, install_plan_.source_slot, source_path);
533 string source_path; local
535 &source_path, nullptr));
536 ScopedPathUnlinker path_unlinker(source_path);
537 EXPECT_TRUE(utils::WriteFile(source_path
232 ApplyPayload(const brillo::Blob& payload_data, const string& source_path, bool expect_success) argument
244 ApplyPayloadToData(const brillo::Blob& payload_data, const string& source_path, const brillo::Blob& target_data, bool expect_success) argument
561 string source_path; local
586 string source_path; local
[all...]
H A Dinstall_plan.h49 // Load the |source_path| and |target_path| of all |partitions| based on the
97 std::string source_path; member in struct:chromeos_update_engine::InstallPlan::Partition
H A Dfilesystem_verifier_action.cc100 part_path = partition.source_path;
239 << partition.source_path
H A Dfilesystem_verifier_action_unittest.cc160 part.source_path = a_dev;
265 part.source_path = "/no/such/file";
H A Ddelta_performer.cc355 source_path_ = install_part.source_path;
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc210 string source_path; local
214 source_path = config.source.partitions[i].path;
216 part_name, install_plan.source_slot, source_path);
220 << " source: " << source_path << " target: " << target_path;

Completed in 1902 milliseconds