Home
last modified time | relevance | path

Searched defs:TmpFile (Results 1 – 5 of 5) 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/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/clang/lib/Frontend/
DASTUnit.cpp1174 const char *TmpFile = ::getenv("CINDEXTEST_PREAMBLE_FILE"); in GetPreamblePCHPath() local