Searched refs:to_filename (Results 1 – 1 of 1) sorted by relevance
215 std::string to_filename = to_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()247 std::string to_filename = to_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()272 std::string to_filename = to_basename + std::to_string(i); in symlink_files() local273 ret = ret && (symlinkat(from_filepath.c_str(), to_dir_fd, to_filename.c_str()) == 0); in symlink_files()