Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/os/linux_generic/
H A Dfiles_test.cc33 auto temp_file = temp_dir / "file_1.txt"; in TEST() local
43 auto temp_file = temp_dir / "file_1.txt"; in TEST() local
57 auto temp_file = temp_dir / "file_1.txt"; in TEST() local
66 auto temp_file = temp_dir / "file_1.txt"; in TEST() local
78 auto temp_file = temp_dir / "file_1.txt"; in TEST() local
/aosp12/bootable/recovery/tests/unit/
H A Dfuse_provider_test.cpp40 TemporaryFile temp_file; in TEST() local
66 TemporaryFile temp_file; in TEST() local
85 TemporaryFile temp_file; in TEST() local
H A Dsysutil_test.cpp38 TemporaryFile temp_file; in TEST() local
58 TemporaryFile temp_file; in TEST() local
73 TemporaryFile temp_file; in TEST() local
152 TemporaryFile temp_file; in TEST() local
H A Dinstall_test.cpp54 TemporaryFile temp_file; in TEST() local
78 TemporaryFile temp_file; in TEST() local
95 TemporaryFile temp_file; in TEST() local
115 TemporaryFile temp_file; in TEST() local
154 TemporaryFile temp_file; in TEST() local
171 TemporaryFile temp_file; in VerifyAbUpdateCommands() local
223 TemporaryFile temp_file; in TEST() local
282 TemporaryFile temp_file; in TestCheckPackageMetadata() local
H A Dfuse_sideload_test.cpp71 TemporaryFile temp_file; in TEST() local
H A Dupdater_test.cpp399 TemporaryFile temp_file; in TEST_F() local
504 TemporaryFile temp_file; in TEST_F() local
535 std::string temp_file(tf.path); in TEST_F() local
558 std::string temp_file(tf.path); in TEST_F() local
/aosp12/system/libziparchive/
H A Dzip_archive_benchmark.cpp54 std::unique_ptr<TemporaryFile> temp_file(CreateZip()); in FindEntry_no_match() local
72 std::unique_ptr<TemporaryFile> temp_file(CreateZip()); in Iterate_all_files() local
112 std::unique_ptr<TemporaryFile> temp_file(CreateZip(1024 * 1024, 1)); in ExtractEntry() local
/aosp12/system/tools/sysprop/tests/
H A DJavaGenTest.cpp617 TemporaryFile temp_file; in TEST() local
/aosp12/system/unwinding/libunwindstack/tests/
H A DMemoryOfflineTest.cpp43 TemporaryFile temp_file; member in unwindstack::MemoryOfflineTest
/aosp12/packages/modules/adb/
H A Dsysdeps_win32_test.cpp94 TemporaryFile temp_file; in TEST() local
/aosp12/packages/modules/Virtualization/authfs/src/file/
H A Dlocal_file.rs104 let mut temp_file = temp_dir(); in test_read_empty_file() localVariable
/aosp12/packages/modules/adb/client/
H A Dadb_wifi.cpp136 std::unique_ptr<TemporaryFile> temp_file(new TemporaryFile(adb_get_android_dir_path())); in write_known_host_to_file() local
/aosp12/frameworks/base/libs/androidfw/tests/
H A DIdmap_test.cpp220 TemporaryFile temp_file; in TEST_F() local
/aosp12/system/extras/libfec/test/
H A Dfec_unittest.cpp51 TemporaryFile temp_file; in BuildHashtree() local
/aosp12/system/extras/partition_tools/
H A Dlpadd.cc245 std::optional<TemporaryFile>* temp_file, in MaybeUnsparse()
/aosp12/system/update_engine/common/
H A Dutils_unittest.cc87 string temp_file = temp_dir.GetPath().Append("temp-file").value(); in TEST() local
/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos_unittest.cc354 ScopedTempFile temp_file; in TestTerminateEarly() local
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc825 ScopedTempFile temp_file("puffdiff-delta.XXXXXX"); in ReadExtentsToDiff() local