Home
last modified time | relevance | path

Searched defs:TempPath (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/tempfile/src/file/
Dmod.rs115 impl From<PathPersistError> for TempPath { implementation
117 fn from(error: PathPersistError) -> TempPath { in from()
140 pub struct TempPath { struct
144 impl TempPath { implementation
368 impl fmt::Debug for TempPath { implementation
374 impl Drop for TempPath { implementation
380 impl Deref for TempPath { implementation
388 impl AsRef<Path> for TempPath { implementation
394 impl AsRef<OsStr> for TempPath { implementation
883 pub fn into_temp_path(self) -> TempPath { in into_temp_path()
[all …]
/external/llvm/unittests/Support/
DPath.cpp445 SmallString<64> TempPath; in TEST_F() local
494 SmallString<64> TempPath; in TEST_F() local
848 SmallString<64> TempPath; in TEST_F() local
859 SmallString<64> TempPath; in TEST_F() local
1002 SmallString<64> TempPath; in TEST_F() local
1030 SmallString<64> TempPath; in TEST_F() local
1063 SmallString<64> TempPath; in TEST_F() local
1089 SmallString<64> TempPath; in TEST_F() local
/external/llvm/include/llvm/Support/
DFileOutputBuffer.h85 SmallString<128> TempPath; variable
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.cpp210 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
/external/clang/lib/Frontend/
DCompilerInstance.cpp666 SmallString<128> TempPath; in createOutputFile() local
DASTUnit.cpp2471 SmallString<128> TempPath; in Save() local
/external/clang/lib/Driver/
DDriver.cpp2293 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2204 SmallString<64> TempPath; in applyEditsToTemp() local