HomeSort by relevance Sort by last modified time
    Searched defs:source_path (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 28 os.rename(move.source_path, move.target_path)
52 def source_path(self): member in class:_Move
  /system/core/sdcard/
sdcard.cpp 100 static bool sdcardfs_setup(const std::string& source_path, const std::string& dest_path,
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,
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,
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,
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_read, uid, gid
217 const char *source_path = NULL; local
    [all...]
  /system/update_engine/payload_consumer/
install_plan.h 49 // 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
delta_performer_unittest.cc 229 // 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.c_str()
561 string source_path; local
586 string source_path; local
    [all...]
  /system/update_engine/payload_generator/
generate_delta_main.cc 210 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;
  /external/selinux/libsepol/cil/src/
cil_binary.c 4502 char *source_path; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 239 char **source_path; variable
    [all...]

Completed in 119 milliseconds