Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/file/
Dmod.rs103 impl From<PathPersistError> for TempPath { implementation
105 fn from(error: PathPersistError) -> TempPath { in from()
129 pub struct TempPath { struct
134 impl TempPath { argument
336 impl fmt::Debug for TempPath { implementation
342 impl Drop for TempPath { implementation
350 impl Deref for TempPath { implementation
358 impl AsRef<Path> for TempPath { implementation
364 impl AsRef<OsStr> for TempPath { implementation
810 pub fn into_temp_path(self) -> TempPath { in into_temp_path()
[all …]
/aosp_15_r20/external/llvm/unittests/Support/
H A 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
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h85 SmallString<128> TempPath; variable
/aosp_15_r20/art/artd/
H A Dfile_utils.h64 const std::string& TempPath() const { return temp_path_; } in TempPath() function
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIO.cpp210 std::string TempPath(const char *Prefix, const char *Extension) { in TempPath() function
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp666 SmallString<128> TempPath; in createOutputFile() local
H A DASTUnit.cpp2471 SmallString<128> TempPath; in Save() local
/aosp_15_r20/external/clang/lib/Driver/
H A DDriver.cpp2293 SmallString<128> TempPath(FinalOutput->getValue()); in GetNamedOutputPath() local
/aosp_15_r20/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp2204 SmallString<64> TempPath; in applyEditsToTemp() local