Searched refs:from_basename (Results 1 – 1 of 1) sorted by relevance
78 std::string from_basename; member91 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() argument214 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() argument246 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() argument271 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 …]