Searched refs:to_dir (Results 1 – 3 of 3) sorted by relevance
/system/vold/bench/inodeop_bench/ |
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() 133 << "/" << Command::HARDLINK << " (default '" << command.to_dir << "').\n"; in usage() 194 bool move_files(const std::string& from_dir, const std::string& to_dir, int n_file, in move_files() argument 203 int to_dir_fd = open(to_dir.c_str(), OPEN_DIR_FLAGS); in move_files() 206 std::cerr << "Failed to open destination directory '" << to_dir << "', error '" in move_files() 226 bool hardlink_files(const std::string& from_dir, const std::string& to_dir, int n_file, in hardlink_files() argument 235 int to_dir_fd = open(to_dir.c_str(), OPEN_DIR_FLAGS); in hardlink_files() 238 std::cerr << "Failed to open destination directory '" << to_dir << "', error '" in hardlink_files() [all …]
|
/system/core/init/ |
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()
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 362 def _download(self, file, to_dir): argument 363 args = ['adb', 'push', file, to_dir]
|