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
81 std::string source_path; member in struct:chromeos_update_engine::InstallPlan::Partition
H A Ddelta_performer_unittest.cc228 // Apply |payload_data| on partition specified in |source_path|.
232 const string& source_path,
234 return ApplyPayloadToData(payload_data, source_path, brillo::Blob(),
238 // Apply the payload provided in |payload_data| reading from the |source_path|
244 const string& source_path,
258 kLegacyPartitionNameRoot, install_plan_.source_slot, source_path);
526 string source_path; local
528 &source_path, nullptr));
529 ScopedPathUnlinker path_unlinker(source_path);
530 EXPECT_TRUE(utils::WriteFile(source_path
231 ApplyPayload(const brillo::Blob& payload_data, const string& source_path, bool expect_success) argument
243 ApplyPayloadToData(const brillo::Blob& payload_data, const string& source_path, const brillo::Blob& target_data, bool expect_success) argument
549 string source_path; local
580 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, uid_t fsuid, argument
325 if (mount(source_path.c_str(), dest_path.c_str(), "sdcardfs",
334 static bool sdcardfs_setup_bind_remount(const std::string& source_path, cons argument
355 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) argument
443 const char *source_path = NULL; local
[all...]

Completed in 66 milliseconds