/aosp_15_r20/external/icing/icing/file/ |
H A D | portable-file-backed-proto-log.h | 596 const Filesystem* filesystem, const std::string& file_path, in PortableFileBackedProtoLog() 620 const std::string& file_path, in Create() 663 const Filesystem* filesystem, const std::string& file_path, in InitializeNewFile() 696 const Filesystem* filesystem, const std::string& file_path, in InitializeExistingFile() 825 const Filesystem* filesystem, const std::string& file_path, in GetPartialChecksum()
|
H A D | memory-mapped-file.cc | 37 std::string_view file_path, Strategy mmap_strategy, in Create() 60 std::string_view file_path, Strategy mmap_strategy, in Create() 93 std::string_view file_path, in MemoryMappedFile()
|
/aosp_15_r20/system/linkerconfig/ |
H A D | main.cc | 170 std::string file_path) { in WriteConfigurationToFile() 193 Result<void> UpdatePermission([[maybe_unused]] const std::string& file_path) { in UpdatePermission() 294 std::string file_path = ""; in GenerateConfiguration() local 369 const std::string file_path = dir_path + "/apex.libraries.config.txt"; in GenerateApexLibrariesConfig() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/ |
H A D | source_utils.py | 39 def _norm_abs_path(file_path): argument 43 def is_extension_uncompiled_python_source(file_path): argument 48 def is_extension_compiled_python_source(file_path): argument
|
/aosp_15_r20/external/cronet/components/nacl/browser/ |
H A D | nacl_process_host.cc | 543 base::FilePath file_path; in StartNaClExecution() local 568 const base::FilePath& file_path, in StartNaClFileResolved() 732 base::FilePath file_path; in OnResolveFileToken() local 757 const base::FilePath& file_path, in FileResolved()
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/ |
H A D | cloud_storage_unittest.py | 305 def _FakeGetLocked(bucket, expected_hash, file_path): argument 326 def _FakeGetLocked(bucket, expected_hash, file_path): argument 358 def _FakeGetLocked(bucket, expected_hash, file_path): argument 382 def _FakeGetLockedNewHash(bucket, expected_hash, file_path): argument
|
/aosp_15_r20/art/odrefresh/ |
H A D | odr_fs_utils_test.cc | 39 static bool CreateFile(const char* file_path, size_t bytes) { in CreateFile() 82 for (const auto& file_path : file_paths) { in TEST_F() local 94 for (const auto& file_path : file_paths) { in TEST_F() local
|
/aosp_15_r20/external/cronet/net/test/url_request/ |
H A D | url_request_mock_http_job.cc | 63 base::FilePath file_path; in GetOnDiskPath() local 72 std::string DoFileIO(const base::FilePath& file_path) { in DoFileIO() 128 const base::FilePath& file_path) in URLRequestMockHTTPJob()
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | memory_buffer.cpp | 177 size_t get_file_length(const std::string& file_path, std::error_code& error) { in get_file_length() 187 std::unique_ptr<FILE, decltype(&fclose)> open_file(const std::string& file_path, std::error_code& e… in open_file() 263 …vector<std::shared_ptr<MemoryBuffer>> MemoryBuffer::read_file_content(const std::string& file_path, in read_file_content() 287 MemoryBuffer::read_file_content(const std::string& file_path, ReadOption option, std::error_code& e… in read_file_content()
|
/aosp_15_r20/external/cronet/testing/variations/ |
H A D | PRESUBMIT.py | 109 def ValidateData(json_data, file_path, message_type): argument 208 def _CreateMalformedConfigMessage(message_type, file_path, message_format, argument 228 def CheckPretty(contents, file_path, message_type): argument
|
/aosp_15_r20/external/crosvm/e2e_tests/tests/ |
H A D | console.rs | 32 let file_path = vec![ in run_vhost_user_console_multiport_test_portname() localVariable 80 let file_path = vec![ in run_vhost_user_console_multiport_test_output() localVariable 198 let mut file_path = vec![]; in run_vhost_user_console_multiport_test_input() localVariable
|
/aosp_15_r20/external/autotest/client/cros/multimedia/ |
H A D | audio_facade.py | 214 def playback(self, file_path, data_format, blocking=False, node_type=None, argument 438 def dump_diagnostics(self, file_path): argument 528 def set_arc_playback_file(self, file_path): argument 638 def start(self, file_path, blocking, pin_device, block_size): argument
|
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/codegen/ |
H A D | java.rs | 656 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_production() localVariable 855 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_exported() localVariable 977 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_test() localVariable 1257 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_force_read_only() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/ |
H A D | test_teflon.cpp | 397 std::ostringstream file_path; in TEST() local 406 std::ostringstream file_path; in TEST_P() local 440 std::ostringstream file_path; in TEST() local 449 std::ostringstream file_path; in TEST_P() local
|
/aosp_15_r20/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
H A D | base_config.py | 74 def __init__(self, file_path, writable=False): argument 386 def _FormatPath(cls, file_path): argument 401 def _WriteConfigToFile(cls, file_path, dependencies=None): argument
|
/aosp_15_r20/system/extras/torq/ |
H A D | device.py | 101 def remove_file(self, file_path): argument 120 def pull_file(self, file_path, host_file): argument 149 def write_to_file(self, file_path, host_file_string): argument
|
/aosp_15_r20/external/cronet/components/cronet/ |
H A D | cronet_context.cc | 645 base::FilePath file_path(base::FilePath::FromUTF8Unsafe(file_name)); in StartNetLogToFile() local 790 void CronetContext::NetworkTasks::StartNetLog(const base::FilePath& file_path, in StartNetLog() 824 base::FilePath file_path(base::FilePath::FromUTF8Unsafe(dir_path)); in StartNetLogToBoundedFile() local 826 base::FilePath file_path(dir_path); in StartNetLogToBoundedFile() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/codegen/ |
H A D | android_java_generator.cc | 917 const auto file_path = in GenerateAndroidManifestContent() local 935 const auto file_path = JoinPath(module_root, "build.gradle"); in GenerateAndroidManifestContent() local 948 const auto file_path = JoinPath(module_root, "src/main/AndroidManifest.xml"); in GenerateAndroidManifestContent() local 964 const auto file_path = JoinPath(module_root, lower + ".md"); in GenerateAndroidManifestContent() local
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | smbprovider.py | 233 def open_file(self, mount_id, file_path, writeable): argument 316 def create_file(self, mount_id, file_path): argument 391 def truncate(self, mount_id, file_path, length): argument
|
/aosp_15_r20/frameworks/base/tools/aapt2/tools/ |
H A D | fix_resources.py | 40 def read_contents(file_path): argument 45 def write_contents(file_path, contents): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/ |
H A D | MobileModelRunner.h | 18 explicit MobileModelRunner(std::string const& file_path) { in MobileModelRunner() 24 std::string const& file_path, in MobileModelRunner()
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | apk_assets.cc | 18 int OpenApkAsset(const std::string& file_path, in OpenApkAsset() 35 const base::FilePath& file_path) { in RegisterApkAssetWithFileDescriptorStore()
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
H A D | module.py | 10 def __init__(self, file_path): argument 17 def file_path(self): member in Module
|
/aosp_15_r20/external/webrtc/tools_webrtc/presubmit_checks_lib/ |
H A D | check_orphan_headers.py | 36 def _ReadFile(file_path): argument 48 def GetBuildGnPathFromFilePath(file_path, file_exists_check, root_dir_path): argument
|
/aosp_15_r20/frameworks/base/tools/fonts/ |
H A D | fontchain_linter.py | 547 def parse_unicode_datafile(file_path, reverse=False): argument 574 def parse_sequence_age(file_path): argument 601 def parse_emoji_variants(file_path): argument
|