Searched defs:source_path (Results 1 - 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
H A Dinstall_plan.h49 // Load the |source_path| and |target_path| of all |partitions| based on the
95 std::string source_path; member in struct:chromeos_update_engine::InstallPlan::Partition
H A Ddelta_performer_unittest.cc174 // Apply |payload_data| on partition specified in |source_path|.
178 const string& source_path,
180 return ApplyPayloadToData(payload_data, source_path, brillo::Blob(),
184 // Apply the payload provided in |payload_data| reading from the |source_path|
190 const string& source_path,
204 kLegacyPartitionNameRoot, install_plan_.source_slot, source_path);
477 string source_path; local
479 &source_path, nullptr));
480 ScopedPathUnlinker path_unlinker(source_path);
481 EXPECT_TRUE(utils::WriteFile(source_path
177 ApplyPayload(const brillo::Blob& payload_data, const string& source_path, bool expect_success) argument
189 ApplyPayloadToData(const brillo::Blob& payload_data, const string& source_path, const brillo::Blob& target_data, bool expect_success) argument
504 string source_path; local
[all...]
/system/core/sdcard/
H A Dfuse.h149 char source_path[PATH_MAX]; member in struct:fuse_global
H A Dsdcard.cpp214 static void run(const char* source_path, const char* label, uid_t uid, argument
246 global.root.namelen = strlen(source_path);
247 global.root.name = strdup(source_path);
252 strcpy(global.source_path, source_path);
256 snprintf(global.obb_path, sizeof(global.obb_path), "%s/obb", source_path);
259 snprintf(global.obb_path, sizeof(global.obb_path), "%s/Android/obb", source_path);
320 static bool sdcardfs_setup(const std::string& source_path, const std::string& dest_path, argument
327 if (mount(source_path.c_str(), dest_path.c_str(), "sdcardfs",
335 if (mount(source_path
348 sdcardfs_setup_bind_remount(const std::string& source_path, const std::string& dest_path, gid_t gid, mode_t mask) argument
369 run_sdcardfs(const std::string& source_path, const std::string& label, uid_t uid, gid_t gid, userid_t userid, bool multi_user, bool full_write, bool derive_gid) argument
459 const char *source_path = NULL; local
[all...]

Completed in 174 milliseconds