HomeSort by relevance Sort by last modified time
    Searched refs:TempFilePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 83 base::FilePath TempFilePath(const std::string& destination_name,
175 base::FilePath test_path = TempFilePath("test.localized", false);
190 base::FilePath test_file = TempFilePath("open_existing.txt", true);
201 base::FilePath test_file = TempFilePath("open_existing.txt", true);
218 base::FilePath test_file = TempFilePath("open_existing.txt", true);
238 base::FilePath test_file = TempFilePath("open_existing.txt", true);
250 base::FilePath test_file = TempFilePath("open_existing.txt", true);
276 base::FilePath test_file = TempFilePath("open_existing.txt", true);
293 base::FilePath test_file = TempFilePath("open_existing.txt", true);
304 base::FilePath test_file = TempFilePath("open_existing.txt", true)
    [all...]
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 71 SmallString<128> TempFilePath;
74 TempFilePath, Mode);
83 Result.reset(new FileOutputBuffer(MappedFile.get(), FilePath, TempFilePath));

Completed in 419 milliseconds