Home
last modified time | relevance | path

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

/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp78 std::string from_basename; member
91 string_repr << "\t.from_basename = " << from_basename << ",\n"; in to_string()
103 from_basename = "from_file"; in reset()
195 const std::string& from_basename, const std::string& to_basename) { in move_files() argument
214 std::string from_filename = from_basename + std::to_string(i); in move_files()
227 const std::string& from_basename, const std::string& to_basename) { in hardlink_files() argument
246 std::string from_filename = from_basename + std::to_string(i); in hardlink_files()
259 const std::string& from_basename, const std::string& to_basename) { in symlink_files() argument
271 std::string from_filepath = from_dir + from_basename + std::to_string(i); in symlink_files()
305 if (create_files(command.from_dir, command.n_file, command.from_basename)) in create_workload()
[all …]