Searched refs:from_filename (Results 1 – 1 of 1) sorted by relevance
214 std::string from_filename = from_basename + std::to_string(i); in move_files() local217 (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() local249 (linkat(from_dir_fd, from_filename.c_str(), to_dir_fd, to_filename.c_str(), 0) == 0); in hardlink_files()