Searched refs:TempFilePath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_apitest.cc85 base::FilePath TempFilePath(const std::string& destination_name, function in class:extensions::FileSystemApiTest
170 base::FilePath test_path = TempFilePath("test.localized", false);
185 base::FilePath test_file = TempFilePath("open_existing.txt", true);
196 base::FilePath test_file = TempFilePath("open_existing.txt", true);
213 base::FilePath test_file = TempFilePath("open_existing.txt", true);
234 base::FilePath test_file = TempFilePath("open_existing.txt", true);
246 base::FilePath test_file = TempFilePath("open_existing.txt", true);
271 base::FilePath test_file = TempFilePath("open_existing.txt", true);
283 base::FilePath test_file = TempFilePath("open_existing.txt", true);
296 base::FilePath test_file = TempFilePath("open_existin
[all...]
/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp69 SmallString<128> TempFilePath; local
72 TempFilePath, Mode);
81 Result.reset(new FileOutputBuffer(MappedFile.get(), FilePath, TempFilePath));

Completed in 145 milliseconds