Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/tmpfile/
DTmpFile.hpp46 class TmpFile class
49 TmpFile(std::string content) : mPath(mktmp()) in TmpFile() function in parameterFramework::utility::TmpFile
58 TmpFile(TmpFile &&right) : mPath(std::move(right.mPath)) { right.mPath.clear(); } in TmpFile() function in parameterFramework::utility::TmpFile
/external/u-boot/scripts/
Dfill_scrapyard.py105 class TmpFile: class
/external/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py47 def TmpFile(template): function
/external/parameter-framework/upstream/bindings/c/
DTest.cpp79 class TmpFile : private parameterFramework::utility::TmpFile class
/external/llvm/tools/dsymutil/
Ddsymutil.cpp179 llvm::SmallString<128> TmpFile; in getOutputFileName() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp280 DWARFYAML::File TmpFile; in dumpDebugLines() local
/external/gflags/test/
Dgflags_unittest.cc241 static string TmpFile(const string& basename) { in TmpFile() function
/external/clang/lib/Frontend/
DASTUnit.cpp1174 const char *TmpFile = ::getenv("CINDEXTEST_PREAMBLE_FILE"); in GetPreamblePCHPath() local