Home
last modified time | relevance | path

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

12345678910>>...26

/aosp_15_r20/external/cronet/base/files/
H A Dfile_unittest.cc38 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
127 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
137 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() local
155 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
181 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() local
257 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() local
355 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() local
407 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() local
540 FilePath file_path = temp_dir.GetPath().AppendASCII("test_file"); local
559 FilePath file_path = local
[all …]
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_unittest.cc24 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
113 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
123 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file"); in TEST() local
141 FilePath file_path = temp_dir.GetPath().AppendASCII("create_file_1"); in TEST() local
168 FilePath file_path = temp_dir.GetPath().AppendASCII("read_write_file"); in TEST() local
263 FilePath file_path = temp_dir.GetPath().AppendASCII("append_file"); in TEST() local
315 FilePath file_path = temp_dir.GetPath().AppendASCII("truncate_file"); in TEST() local
437 FilePath file_path = local
462 FilePath file_path = local
486 FilePath file_path = temp_dir.GetPath().AppendASCII("seek_file"); local
[all …]
/aosp_15_r20/system/apex/apexd/
H A Dapex_file_test.cpp57 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
85 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
100 const std::string file_path = kTestDataDir + "missing.apex"; in TEST() local
108 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
116 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
141 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
150 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
171 const std::string file_path = kTestDataDir + GetParam().prefix + ".apex"; in TEST_P() local
179 const std::string file_path = in TEST() local
188 const std::string file_path = in TEST() local
[all …]
H A Dapexd_test.cpp992 std::string file_path = AddPreInstalledApex("apex.apexd_test.apex"); in TEST_F() local
1015 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1027 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1044 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1058 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1072 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1086 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1101 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1114 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
1129 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local
[all …]
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp60 static inline void cleanup(const std::string& file_path, bool created) { in cleanup()
171 bool FiemapWriter::GetBlockDeviceForFile(const std::string& file_path, std::string* bdev_path, in GetBlockDeviceForFile()
227 static uint64_t GetFileSize(const std::string& file_path) { in GetFileSize()
237 static bool PerformFileChecks(const std::string& file_path, uint64_t* blocksz, uint32_t* fs_type) { in PerformFileChecks()
267 const std::string& file_path, in FallocateFallback()
319 static bool IsFilePinned(int file_fd, const std::string& file_path, uint32_t fs_type) { in IsFilePinned()
359 static bool PinFile(int file_fd, const std::string& file_path, uint32_t fs_type) { in PinFile()
386 static FiemapStatus WriteZeroes(int file_fd, const std::string& file_path, size_t blocksz, in WriteZeroes()
433 static FiemapStatus AllocateFile(int file_fd, const std::string& file_path, uint64_t blocksz, in AllocateFile()
512 bool FiemapWriter::HasPinnedExtents(const std::string& file_path) { in HasPinnedExtents()
[all …]
H A Dsplit_fiemap_writer.cpp45 std::unique_ptr<SplitFiemap> SplitFiemap::Create(const std::string& file_path, uint64_t file_size, in Create()
55 FiemapStatus SplitFiemap::Create(const std::string& file_path, uint64_t file_size, in Create()
147 std::unique_ptr<SplitFiemap> SplitFiemap::Open(const std::string& file_path) { in Open()
167 bool SplitFiemap::GetSplitFileList(const std::string& file_path, std::vector<std::string>* list) { in GetSplitFileList()
186 bool SplitFiemap::RemoveSplitFiles(const std::string& file_path, std::string* message) { in RemoveSplitFiles()
/aosp_15_r20/external/cronet/base/test/
H A Dgtest_xml_unittest_result_printer_unittest.cc30 std::string file_path = in TEST_F() local
48 std::string file_path = in TEST_F() local
65 std::string file_path = in TEST_F() local
83 std::string file_path = in TEST_F() local
107 std::string file_path = in TEST_F() local
133 std::string file_path = in TearDownTestSuite() local
149 std::string file_path = in TEST_F() local
/aosp_15_r20/external/gmmlib/Source/GmmLib/
H A Dos_release_info.cmake95 set(file_path "/etc/centos-release") variable
115 set(file_path "/usr/lib/os-release") variable
117 set(file_path "/etc/os-release") variable
119 set(file_path "") variable
137 set(file_path "/etc/lsb-release") variable
/aosp_15_r20/external/intel-media-driver/
H A Dos_release_info.cmake92 set(file_path "/etc/centos-release") variable
112 set(file_path "/usr/lib/os-release") variable
114 set(file_path "/etc/os-release") variable
116 set(file_path "") variable
134 set(file_path "/etc/lsb-release") variable
/aosp_15_r20/external/skia/tools/
H A Dsanitize_source_files.py87 def TrailingWhitespaceRemover(line, file_path, line_number): argument
95 def CrlfReplacer(line, file_path, line_number): argument
102 def TabReplacer(line, file_path, line_number): argument
119 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument
128 def SvnEOLChecker(file_content, file_path): argument
/aosp_15_r20/external/icing/icing/file/
H A Dportable-file-backed-proto-log_benchmark.cc61 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Write() local
114 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Read() local
169 const std::string file_path = IcingStringUtil::StringPrintf( in BM_Erase() local
209 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_UpdateChecksum() local
251 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_UpdateChecksumWithCachedChecksum() local
295 const std::string file_path = GetTestTempDir() + "/proto.log"; in BM_UpdateChecksumOnlyForTail() local
H A Dfile-backed-proto-log.h300 const std::string& file_path, in FileBackedProtoLog()
311 const std::string& file_path, in Create()
347 const std::string& file_path, in InitializeNewFile()
372 const std::string& file_path, in InitializeExistingFile()
466 const Filesystem* filesystem, const std::string& file_path, in ComputeChecksum()
587 const std::string& file_path, in Iterator()
H A Dfile-backed-vector.h588 const std::string& file_path, in Create()
643 const std::string& file_path, in InitializeNewFile()
675 const Filesystem& filesystem, const std::string& file_path, in InitializeExistingFile()
747 const Filesystem& filesystem, const std::string& file_path) { in Delete()
757 const std::string& file_path, in FileBackedVector()
/aosp_15_r20/external/cronet/net/tools/cert_verify_tool/
H A Dcert_verify_tool_util.cc28 const base::FilePath& file_path, in ExtractCertificatesFromData()
71 bool ReadCertificatesFromFile(const base::FilePath& file_path, in ReadCertificatesFromFile()
80 bool ReadChainFromFile(const base::FilePath& file_path, in ReadChainFromFile()
97 bool ReadFromFile(const base::FilePath& file_path, std::string* file_data) { in ReadFromFile()
106 bool WriteToFile(const base::FilePath& file_path, const std::string& data) { in WriteToFile()
/aosp_15_r20/external/pytorch/test/distributed/elastic/timer/
H A Dfile_based_local_timer_test.py29 def func2(n, file_path): argument
105 def func(n, file_path): argument
132 def func1(file_path): argument
153 def func1(file_path): argument
171 def _run(file_path, timeout, duration): argument
186 def _request_on_interval(file_path, n, interval, sem): argument
/aosp_15_r20/external/leveldb/util/
H A Denv_posix_test.cc223 std::string file_path = test_dir + "/close_on_exec_sequential.txt"; in TEST_F() local
240 std::string file_path = test_dir + "/close_on_exec_random_access.txt"; in TEST_F() local
268 std::string file_path = test_dir + "/close_on_exec_writable.txt"; in TEST_F() local
285 std::string file_path = test_dir + "/close_on_exec_appendable.txt"; in TEST_F() local
302 std::string file_path = test_dir + "/close_on_exec_lock.txt"; in TEST_F() local
319 std::string file_path = test_dir + "/close_on_exec_logger.txt"; in TEST_F() local
/aosp_15_r20/tools/asuite/adevice/src/
H A Dfingerprint.rs511 let file_path = tmpdir.path().join("empty_file"); in compute_digest_empty_file() localVariable
522 let file_path = tmpdir.path().join("small_file"); in compute_digest_small_file() localVariable
533 let file_path = tmpdir.path().join("small_file"); in get_or_compute_digest_small_file() localVariable
580 let file_path = tmpdir.path().join(num_bytes.to_string()); in verify_edge_case_digests() localVariable
594 let file_path = partition_root.path().join("small_file"); in fingerprint_file_for_file() localVariable
620 let file_path = partition_root.path().join("small_file"); in fingerprint_file_for_relative_symlink() localVariable
941 let file_path = tmp_root.path().join("system/file1.so"); in fingerprint_partition_cache_mismatch_test() localVariable
969 let file_path = root.path().join("cache.json"); in test_write_and_read_cache_file() localVariable
1008 let file_path = root.path().join("cache.json"); in test_read_cache_file_invalid_file() localVariable
/aosp_15_r20/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp148 const auto file_path = mountPath(test_file_name_); in testWriteBlockAndPageRead() local
193 const auto file_path = mountPath(test_file_name_); in testWaitForPendingReads() local
235 const auto file_path = mountPath(test_file_name_); in TEST_F() local
352 const auto file_path = mountPath(test_dir_name_, test_file_name_); in TEST_F() local
364 const auto file_path = mountPath(test_dir_name_, ".info"); in TEST_F() local
381 const auto file_path = mountPath(test_dir_name_, test_file_name_); in TEST_F() local
1225 const auto file_path = mountPath(test_file_name_); in TEST_F() local
1292 const auto file_path = mountPath(test_file_name_); in TEST_F() local
1349 const auto file_path = mountPath(test_file_name_); in TEST_F() local
1401 const auto file_path = mountPath(test_file_name_); in TEST_F() local
[all …]
/aosp_15_r20/external/v4l2_codec2/tests/c2_e2e_test/jni/
H A Dcommon.cpp22 InputFile::InputFile(std::string file_path) { in InputFile()
26 InputFile::InputFile(std::string file_path, std::ios_base::openmode openmode) { in InputFile()
49 CachedInputFileStream::CachedInputFileStream(std::string file_path) in CachedInputFileStream()
67 InputFileASCII::InputFileASCII(std::string file_path) : InputFile(file_path) {} in InputFileASCII()
136 bool OutputFile::Open(const std::string& file_path, VideoCodecType codec) { in Open()
/aosp_15_r20/external/mesa3d/src/freedreno/common/
H A Dfreedreno_rd_output.c92 char file_path[PATH_MAX]; in fd_rd_output_init() local
99 char file_path[PATH_MAX]; in fd_rd_output_init() local
123 char file_path[PATH_MAX]; in fd_rd_output_fini() local
213 char file_path[PATH_MAX]; in fd_rd_output_begin() local
/aosp_15_r20/external/autotest/contrib/
H A Dsuite_utils.py19 def __init__(self, cf_object, name, file_path): argument
33 def __init__(self, cf_object, file_path): argument
154 def csv_logger(self, log_text, file_path): argument
158 def register_csv_logger(self, file_path): argument
/aosp_15_r20/external/cronet/base/android/
H A Dapk_assets.cc20 int OpenApkAsset(const std::string& file_path, in OpenApkAsset()
39 int OpenApkAsset(const std::string& file_path, in OpenApkAsset()
45 const base::FilePath& file_path) { in RegisterApkAssetWithFileDescriptorStore()
/aosp_15_r20/external/noto-fonts/emoji-compat/
H A Dcreatefont.py144 def prepend_header_to_file(file_path, header_path): argument
268 def read_emoji_lines(file_path, optional=False): argument
328 def read_emoji_intervals(emoji_data_map, file_path, emoji_style_exceptions): argument
356 def read_emoji_sequences(emoji_data_map, file_path, optional=False, filter=None): argument
481 def add_file_to_sha(sha_algo, file_path): argument
/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/
Dtutorial.rs423 let file_path = get_first_arg()?; localVariable
480 let file_path = get_first_arg()?; localVariable
488 let file_path = get_first_arg()?; localVariable
1264 let file_path = get_first_arg()?; localVariable
/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dioctl.rs364 let file_path = dir.path().join("test.dat"); in ioct_get_and_set_compression() localVariable
365 let file_path = file_path.as_path(); in ioct_get_and_set_compression() localVariable
447 let file_path = dir.path().join("test.dat"); in ioctl_with_val() localVariable
448 let file_path = file_path.as_path(); in ioctl_with_val() localVariable

12345678910>>...26