Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_test_support.cc110 char temp_file[255]{}; in CreateTempFile() local
120 char temp_file[] = "/data/local/tmp/perfetto-XXXXXXXX"; in CreateTempFile() local
123 char temp_file[] = "/tmp/perfetto-XXXXXXXX"; in CreateTempFile() local
Dapi_integrationtest.cc2937 auto temp_file = perfetto::test::CreateTempFile(); in TEST_P() local
3703 auto temp_file = perfetto::test::CreateTempFile(); in TEST_P() local
/external/perfetto/src/base/
Dtemp_file.cc72 TempFile temp_file; in Create() local
100 TempFile temp_file = TempFile::Create(); in CreateUnlinked() local
/external/perfetto/src/trace_processor/
Dexport_json_unittest.cc107 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
139 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
184 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
216 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
243 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
312 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
364 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
405 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
443 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
478 base::TempFile temp_file = base::TempFile::Create(); in TEST_F() local
[all …]
/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_file_source.cc36 std::unique_ptr<RtpFileReader> temp_file( in ValidRtpDump() local
42 std::unique_ptr<RtpFileReader> temp_file( in ValidPcap() local
/external/libjpeg-turbo/
Djmemsys.h140 short temp_file; /* file reference number to temp file */ member
145 FILE *temp_file; /* stdio reference to temp file */ member
/external/oss-fuzz/projects/opencv/
Dfilestorage_read_file_fuzzer.cc25 const FuzzerTemporaryFile temp_file(data, size); in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dinit_text_file_to_import_test_pass.cc55 llvm::ToolOutputFile temp_file(filename, fd); in runOnOperation() local
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc163 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
192 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/libabigail/include/
Dabg-tools-utils.h119 class temp_file; variable
/external/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp137 FileSpec temp_file("/opt/local/include/lldb"); in ComputeHeaderDirectory() local
/external/llvm-project/lldb/source/Host/linux/
DHostInfoLinux.cpp185 FileSpec temp_file("/usr/lib" LLDB_LIBDIR_SUFFIX "/lldb/plugins"); in ComputeSystemPluginsDirectory() local
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc138 FILE *temp_file = NULL; in DumpSymbolsToTempFile() local
/external/crosvm/acpi_tables/src/
Dsdt.rs138 let temp_file = NamedTempFile::new()?; in test_sdt_read_write() localVariable
/external/libchrome/base/json/
Djson_value_serializer_unittest.cc152 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
176 FilePath temp_file(tempdir.GetPath().AppendASCII("test.json")); in TEST() local
/external/libchrome/mojo/public/cpp/system/tests/
Dfile_data_pipe_producer_unittest.cc94 base::File temp_file(temp_file_path, in CreateTempFileWithContents() local
/external/libchrome/base/debug/
Dactivity_tracker_unittest.cc355 FilePath temp_file = temp_dir.GetPath().AppendASCII(temp_name); in TEST_F() local
/external/libwebm/
Dmkvmuxer_sample.cc365 const std::string temp_file = in main() local
/external/libchrome/base/files/
Dfile_util_posix.cc658 bool CreateTemporaryFileInDir(const FilePath& dir, FilePath* temp_file) { in CreateTemporaryFileInDir()
Dfile_util_unittest.cc612 FilePath temp_file; in TEST_F() local
/external/libabigail/src/
Dabg-tools-utils.cc1227 temp_file::temp_file() in temp_file() function in abigail::tools_utils::temp_file