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 444 SmallString<64> TempPath;
446 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
450 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F1));
451 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F2));
469 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2)));
493 SmallString<64> TempPath;
495 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
498 ASSERT_TRUE(sys::fs::exists(Twine(TempPath)));
505 ASSERT_NE(TempPath.str(), TempPath2.str());
508 ASSERT_NO_ERROR(fs::status(Twine(TempPath), A))
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 660 SmallString<128> TempPath;
661 TempPath = OutFile;
662 TempPath += "-%%%%%%%%";
665 llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
672 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
678 OSFile = TempFile = TempPath.str();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 237 milliseconds