HomeSort by relevance Sort by last modified time
    Searched defs:TempPath (Results 1 - 15 of 15) 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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileOutputBuffer.h 81 StringRef Path, StringRef TempPath, bool IsRegular);
85 SmallString<128> TempPath;
  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 171 SmallString<64> TempPath;
173 fs::unique_file("%%-%%-%%-%%.temp", FileDescriptor, TempPath));
177 ASSERT_NO_ERROR(sys::fs::exists(Twine(TempPath), TempFileExists));
184 ASSERT_NE(TempPath.str(), TempPath2.str());
188 fs::copy_file(Twine(TempPath), Twine(TempPath2)), errc::file_exists);
192 ASSERT_NO_ERROR(fs::copy_file(Twine(TempPath), Twine(TempPath2),
203 ASSERT_NO_ERROR(fs::create_hard_link(Twine(TempPath), Twine(TempPath2)));
205 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal));
210 ASSERT_NO_ERROR(fs::remove(Twine(TempPath), TempFileExists));
218 ASSERT_NO_ERROR(fs::exists(Twine(TempPath), TempFileExists))
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 912 CHAR16 *TempPath;
987 TempPath = LibAppendFileName (*ParentFileName, ((FILEPATH_DEVICE_PATH *) DevicePathNode)->PathName);
989 *ParentFileName = TempPath;
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 445 SmallString<64> TempPath;
447 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
451 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F1));
452 ASSERT_NO_ERROR(fs::getUniqueID(Twine(TempPath), F2));
470 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2)));
494 SmallString<64> TempPath;
496 fs::createTemporaryFile("prefix", "temp", FileDescriptor, TempPath));
499 ASSERT_TRUE(sys::fs::exists(Twine(TempPath)));
506 ASSERT_NE(TempPath.str(), TempPath2.str());
509 ASSERT_NO_ERROR(fs::status(Twine(TempPath), A))
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 666 SmallString<128> TempPath;
667 TempPath = OutFile;
668 TempPath += "-%%%%%%%%";
671 llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
678 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
684 OSFile = TempFile = TempPath.str();
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]

Completed in 1616 milliseconds