HomeSort by relevance Sort by last modified time
    Searched defs:TempPath (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempPath.java 26 * @version $Id: TempPath.java,v 1.2 2004/10/02 12:41:11 ntherning Exp $
28 public interface TempPath {
29 TempPath createTempPath() throws IOException;
30 TempPath createTempPath(String prefix) throws IOException;
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath);
85 SmallString<128> TempPath;
  /external/llvm/unittests/Support/
Path.cpp 283 SmallString<64> TempPath;
285 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
289 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F1));
290 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F2));
308 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2)));
332 SmallString<64> TempPath;
334 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
338 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
346 ASSERT_NE(TempPath.str(), TempPath2.str());
349 ASSERT_NO_ERROR(fs::status(Twine(TempPath), A))
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 645 SmallString<128> TempPath;
646 TempPath = OutFile;
647 TempPath += "-%%%%%%%%";
650 llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath);
657 EC = llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath);
663 OSFile = TempFile = TempPath.str();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 388 milliseconds