Lines Matching +defs:file +defs:path
39 for (auto file = enumerator.Next(); !file.empty(); file = enumerator.Next()) in RunEnumerator() local
44 bool CreateDummyFile(const FilePath& path) { in CreateDummyFile()
51 const FilePath path = FilePath::FromUTF8Unsafe("some_not_existing_path"); in TEST() local
79 const FilePath& path = temp_dir.GetPath(); in TEST() local
80 const FilePath file = path.AppendASCII("test.txt"); in TEST() local
94 const FilePath& path = temp_dir.GetPath(); in TEST() local
108 const FilePath& path = temp_dir.GetPath(); in TEST() local
109 const FilePath file = path.AppendASCII("test.txt"); in TEST() local
127 const FilePath& path = temp_dir.GetPath(); in TEST() local
156 const FilePath& path = temp_dir.GetPath(); in TEST() local
172 const FilePath& path = temp_dir.GetPath(); in TEST() local
188 const FilePath& path = temp_dir.GetPath(); in TEST() local
210 const FilePath& path = temp_dir.GetPath(); in TEST() local
214 const FilePath file = path.AppendASCII("test.txt"); in TEST() local
237 const FilePath& path = temp_dir.GetPath(); in TEST() local
260 const FilePath file = subdir.AppendASCII("test.txt"); in TEST() local