Searched refs:out_paths (Results 1 – 2 of 2) sorted by relevance
258 void CreateExtImageAtPath(const string& path, vector<string>* out_paths) { in CreateExtImageAtPath() argument296 if (out_paths) { in CreateExtImageAtPath()297 out_paths->clear(); in CreateExtImageAtPath()298 out_paths->push_back(""); in CreateExtImageAtPath()299 out_paths->push_back("/hi"); in CreateExtImageAtPath()300 out_paths->push_back("/boguslink"); in CreateExtImageAtPath()301 out_paths->push_back("/hello"); in CreateExtImageAtPath()302 out_paths->push_back("/some_dir"); in CreateExtImageAtPath()303 out_paths->push_back("/some_dir/empty_dir"); in CreateExtImageAtPath()304 out_paths->push_back("/some_dir/mnt"); in CreateExtImageAtPath()[all …]
111 std::vector<std::string>* out_paths);