Searched refs:from_filepath (Results 1 – 1 of 1) sorted by relevance
271 std::string from_filepath = from_dir + from_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()