Home
last modified time | relevance | path

Searched defs:tmp_dir (Results 1 – 18 of 18) sorted by relevance

/aosp12/system/core/fs_mgr/libfs_avb/tests/
H A Dutil_test.cpp155 base::FilePath tmp_dir; in TEST() local
176 base::FilePath tmp_dir; in TEST() local
197 base::FilePath tmp_dir; in TEST() local
218 base::FilePath tmp_dir; in TEST() local
249 base::FilePath tmp_dir; in TEST() local
281 base::FilePath tmp_dir; in TEST() local
295 base::FilePath tmp_dir; in TEST() local
H A Dfs_avb_test_util.cpp39 base::FilePath tmp_dir; in SetUp() local
/aosp12/bionic/libc/bionic/
H A Dtmpfile.cpp54 static FILE* __tmpfile_dir_legacy(const char* tmp_dir) { in __tmpfile_dir_legacy()
82 static FILE* __tmpfile_dir(const char* tmp_dir) { in __tmpfile_dir()
/aosp12/bionic/linker/
H A Dlinker_config_test.cpp137 TemporaryDir tmp_dir; in run_linker_config_smoke_test() local
253 TemporaryDir tmp_dir; in TEST() local
274 TemporaryDir tmp_dir; in TEST() local
/aosp12/system/update_engine/scripts/
H A Dcow_converter.py42 def ConvertCOW(ota_path, target_file_path, tmp_dir, output_dir): argument
/aosp12/art/dexlayout/
H A Ddexlayout_test.cc294 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileOutputExec() local
387 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutExec() local
416 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutFixedPointExec() local
479 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in UnreferencedCatchHandlerExec() local
715 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F() local
753 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F() local
/aosp12/system/linkerconfig/modules/tests/
H A Dapex_testbase.h27 TemporaryDir tmp_dir; member
/aosp12/system/libbase/
H A Dfile.cpp139 TemporaryFile::TemporaryFile(const std::string& tmp_dir) { in TemporaryFile()
158 void TemporaryFile::init(const std::string& tmp_dir) { in init()
202 bool TemporaryDir::init(const std::string& tmp_dir) { in init()
/aosp12/system/timezone/
H A Dupdate-tzdata.py51 tmp_dir = tempfile.mkdtemp('-tzdata') variable
/aosp12/system/bt/osi/test/
H A Dconfig_test.cc253 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local
267 auto tmp_dir = std::filesystem::temp_directory_path(); in TEST_F() local
/aosp12/packages/services/Car/cpp/bugreport/
H A Dmain.cpp380 void takeScreenshotForDisplayId(PhysicalDisplayId id, const char* tmp_dir, in takeScreenshotForDisplayId()
396 void takeScreenshot(const char* tmp_dir, std::vector<std::string>* extra_files) { in takeScreenshot()
/aosp12/system/libprocinfo/
H A Dprocess_test.cpp165 TemporaryDir tmp_dir; in TEST() local
/aosp12/packages/modules/adb/
H A Dadb_utils.cpp346 const char* tmp_dir = getenv("TMPDIR"); in GetLogFilePath() local
/aosp12/system/extras/simpleperf/
H A Denvironment.cpp835 std::unique_ptr<ScopedTempFiles> ScopedTempFiles::Create(const std::string& tmp_dir) { in Create()
842 ScopedTempFiles::ScopedTempFiles(const std::string& tmp_dir) { in ScopedTempFiles()
/aosp12/system/apex/apexd/
H A Dapex_file_test.cpp233 TemporaryDir tmp_dir; in TEST() local
/aosp12/bionic/tests/
H A Dstdlib_test.cpp67 void init(const char* tmp_dir) { in init()
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1702 static bool CopySharedLibrary(const char* tmp_dir, std::string* tmp_so_name) { in CopySharedLibrary()
/aosp12/system/unwinding/libbacktrace/
H A Dbacktrace_test.cpp1209 static void CopySharedLibrary(const char* tmp_dir, std::string* tmp_so_name) { in CopySharedLibrary()