Searched refs:to_dir (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 79 std::string to_dir; member 92 string_repr << "\t.to_dir = " << to_dir << ",\n"; in to_string() 102 from_dir = to_dir = "./"; in reset() 203 int to_dir_fd = open(to_dir.c_str(), OPEN_DIR_FLAGS); in move_files() 235 int to_dir_fd = open(to_dir.c_str(), OPEN_DIR_FLAGS); in hardlink_files() 258 bool symlink_files(std::string from_dir, const std::string& to_dir, int n_file, in symlink_files() argument 261 int to_dir_fd = open(to_dir.c_str(), OPEN_DIR_FLAGS); in symlink_files() 329 delete_files(command.to_dir, command.n_file, command.to_basename); in move_workload() 342 delete_files(command.to_dir, command.n_file, command.to_basename); in hardlink_workload() 354 delete_files(command.to_dir, command.n_file, command.to_basename); in symlink_workload() [all …]
|
/aosp12/system/core/init/ |
H A D | mount_namespace.cpp | 112 const std::string& to_dir, Fn on_activate) { in ActivateFlattenedApexesFrom() argument 135 const std::string mount_path = to_dir + "/" + apex_manifest->name(); in ActivateFlattenedApexesFrom()
|
/aosp12/system/extras/simpleperf/runtest/ |
H A D | runtest.py | 362 def _download(self, file, to_dir): argument 363 args = ['adb', 'push', file, to_dir]
|
/aosp12/build/make/tools/releasetools/ |
H A D | merge_target_files.py | 290 def copy_items(from_dir, to_dir, patterns): argument 304 copied_file_path = os.path.join(to_dir, file_path)
|
/aosp12/build/make/core/ |
H A D | product_config.rbc | 367 def _find_and_copy(pattern, from_dir, to_dir): 369 return ["%s/%s:%s/%s" % (from_dir, f, to_dir, f) for f in rblf_wildcard(pattern, from_dir)]
|