/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util_unittest.cc | 978 base::FilePath file_path; in TEST() local 2924 FilePath file_path(temp_dir_.GetPath().Append(FPL("a_file"))); in TEST_F() local 3137 FilePath file_path = temp_dir_.GetPath().Append( in TEST_F() local 3162 FilePath file_path = temp_dir_.GetPath().Append( in TEST_F() local 3189 FilePath file_path = temp_dir_.GetPath().Append( in TEST_F() local 3466 FilePath file_path = in TEST_F() local 3500 FilePath file_path = in TEST_F() local 3528 FilePath file_path = in TEST_F() local 3589 FilePath file_path("/dev/zero"); in TEST_F() local 3938 FilePath file_path("/proc/cpuinfo"); in TEST_F() local [all …]
|
H A D | file_util_posix.cc | 339 bool PreReadFileSlow(const FilePath& file_path, int64_t max_bytes) { in PreReadFileSlow() 891 bool IsLink(const FilePath& file_path) { in IsLink() 900 bool GetFileInfo(const FilePath& file_path, File::Info* results) { in GetFileInfo() 1280 bool PreReadFile(const FilePath& file_path, in PreReadFile()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/ |
H A D | vulkan_utility.cpp | 693 char *file_path = (char *)(malloc(path.length() + 1)); in findFilePath() local 708 char *file_path = findFilePath(filename); in readFile() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bits.py | 522 def get_waveform(self, file_path=None): argument 537 def get_bits_root_rail_csv_export(self, file_path=None, collection_name=None): argument
|
/aosp_15_r20/cts/apps/CameraITS/tools/ |
H A D | dng_noise_model.py | 93 sens_max_analog, file_path): argument 161 def _create_noise_profile_code(self, noise_model, color_channels, file_path): argument
|
/aosp_15_r20/external/cronet/components/nacl/loader/ |
H A D | nacl_listener.cc | 189 base::FilePath file_path) { in OnResolveFileTokenReply() 418 base::FilePath file_path) { in OnFileTokenResolved()
|
/aosp_15_r20/build/make/tools/sbom/ |
H A D | gen_sbom.py | 155 def new_file_id(file_path): argument 163 def checksum(file_path): argument
|
/aosp_15_r20/external/libbrillo/brillo/http/ |
H A D | http_form_data.cc | 170 const base::FilePath& file_path, in AddFileField() 214 const base::FilePath& file_path, in AddFileField()
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | base_job.py | 219 def read_from_file(self, file_path, merge=True): argument 276 def write_to_file(self, file_path): argument 314 def set_backing_file(self, file_path): argument
|
/aosp_15_r20/external/autotest/client/cros/multimedia/ |
H A D | arc_resource.py | 181 def set_playback_file(self, file_path): argument 287 def prepare_playback(self, file_path, fullscreen=True): argument
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | site_sysinfo.py | 127 def __init__(self, file_path): argument 217 def _copy_new_data_in_file(self, file_path, src_dir, dest_dir): argument
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | security_util_unittest.cc | 199 FilePath file_path = path.Append(L"test"); in TEST() local 219 FilePath file_path = path.Append(L"test"); in TEST() local
|
/aosp_15_r20/external/cronet/net/filter/ |
H A D | zstd_source_stream_unittest.cc | 49 base::FilePath file_path; in SetUp() local 219 base::FilePath file_path; in TEST_F() local
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | filename_util_unittest.cc | 77 base::FilePath file_path = GenerateFileName( in RunGenerateFileNameTestCase() local 410 base::FilePath file_path = base_path.AppendASCII(test.filename); in TEST() local
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/openwrt_lib/ |
D | network_settings.py | 229 def create_config_file(self, config, file_path): argument 238 def replace_config_option(self, old_option, new_option, file_path): argument 255 def remove_config_option(self, option, file_path): argument
|
/aosp_15_r20/development/tools/privapp_permissions/ |
H A D | privapp_permissions.py | 453 def _resolve_sys_path(self, file_path): argument 460 def _resolve_sys_paths(self, file_path, partitions): argument
|
/aosp_15_r20/external/autotest/client/cros/audio/ |
H A D | sox_utils.py | 360 def get_infos_from_wav_file(file_path): argument 392 def get_file_length(file_path, channels, bits, rate): argument
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | proc_file_utils.cpp | 42 static Result<uid_t> FileOwnerUid(const std::string& file_path) { in FileOwnerUid() 98 static Result<std::string> ReadAll(const std::string& file_path) { in ReadAll()
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | file_utils.cc | 362 base::Status SetFilePermissions(const std::string& file_path, in SetFilePermissions() 411 std::optional<uint64_t> GetFileSize(const std::string& file_path) { in GetFileSize()
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | misc.py | 99 def GetInsideChrootPath(chromeos_root, file_path): argument 107 def GetOutsideChrootPath(chromeos_root, file_path): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/test/ |
D | config_test.cc | 240 base::FilePath file_path(filename.string()); in TEST_F() local 253 base::FilePath file_path(filename.string()); in TEST_F() local
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | cloud_storage.py | 499 def GetIfChanged(file_path, bucket): argument 578 def CalculateHash(file_path): argument
|
/aosp_15_r20/external/python/mobly/tests/mobly/controllers/android_device_lib/services/ |
D | logcat_test.py | 85 def AssertFileContains(self, content, file_path): argument 90 def AssertFileDoesNotContain(self, content, file_path): argument
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_loop.cpp | 162 static Result<uint32_t> BlockDeviceQueueDepth(const std::string& file_path) { in BlockDeviceQueueDepth() 209 const std::string& file_path) { in ConfigureQueueDepth()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | cellular_performance_test_utils.py | 442 def log_odpm(self, file_path): argument 669 def log_odpm(self, file_path): argument
|