Home
last modified time | relevance | path

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

/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp214 std::string from_filename = from_basename + std::to_string(i); in move_files() local
217 (renameat(from_dir_fd, from_filename.c_str(), to_dir_fd, to_filename.c_str()) == 0); in move_files()
246 std::string from_filename = from_basename + std::to_string(i); in hardlink_files() local
249 (linkat(from_dir_fd, from_filename.c_str(), to_dir_fd, to_filename.c_str(), 0) == 0); in hardlink_files()