Home
last modified time | relevance | path

Searched refs:to_dir (Results 1 – 3 of 3) sorted by relevance

/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp79 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/extras/simpleperf/scripts/
Dbinary_cache_builder.py229 to_dir = to_path.parent
230 if not to_dir.is_dir():
231 os.makedirs(to_dir)
/system/extras/simpleperf/runtest/
Druntest.py362 def _download(self, file, to_dir): argument
363 args = ['adb', 'push', file, to_dir]