Home
last modified time | relevance | path

Searched defs:TmpFile (Results 1 – 9 of 9) 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/icu/icu4c/source/python/icutools/databuilder/
D__init__.py9 TmpFile = namedtuple("TmpFile", ["filename"]) variable
/external/parameter-framework/upstream/bindings/c/
DTest.cpp79 class TmpFile : private parameterFramework::utility::TmpFile class
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-owning-memory-legacy-functions.cpp189 FILE *TmpFile = tmpfile(); in test_legacy_consumers() local
/external/llvm/tools/dsymutil/
Ddsymutil.cpp179 llvm::SmallString<128> TmpFile; in getOutputFileName() local
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp394 DWARFYAML::File TmpFile; in dumpDebugLines() local
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp645 if (const char *TmpFile = ::getenv("CINDEXTEST_PREAMBLE_FILE")) in CreateNewPreamblePCHFile() 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