Home
last modified time | relevance | path

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

/aosp_15_r20/external/parameter-framework/upstream/test/tmpfile/
H A 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
/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/
H A D__init__.py9 TmpFile = namedtuple("TmpFile", ["filename"]) variable
/aosp_15_r20/external/cronet/third_party/icu/source/python/icutools/databuilder/
H A D__init__.py9 TmpFile = namedtuple("TmpFile", ["filename"]) variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/frameworks/native/cmds/dumpstate/
H A DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h170 } TmpFile; typedef
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/cmds/dumpstate/
DDumpPool.h175 } TmpFile; typedef
/aosp_15_r20/external/parameter-framework/upstream/bindings/c/
H A DTest.cpp79 class TmpFile : private parameterFramework::utility::TmpFile class
/aosp_15_r20/external/llvm/tools/dsymutil/
H A Ddsymutil.cpp179 llvm::SmallString<128> TmpFile; in getOutputFileName() local
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dtls_utils.cc38 TmpFile::TmpFile(absl::string_view data) { in TmpFile() function in grpc_core::testing::TmpFile
/aosp_15_r20/external/gflags/test/
H A Dgflags_unittest.cc241 static string TmpFile(const string& basename) { in TmpFile() function
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp1174 const char *TmpFile = ::getenv("CINDEXTEST_PREAMBLE_FILE"); in GetPreamblePCHPath() local