Home
last modified time | relevance | path

Searched defs:file_path (Results 26 – 50 of 628) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/icing/icing/file/
H A Dportable-file-backed-proto-log.h596 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 Dmemory-mapped-file.cc37 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 Dmain.cc170 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 Dsource_utils.py39 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 Dnacl_process_host.cc543 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 Dcloud_storage_unittest.py305 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 Dodr_fs_utils_test.cc39 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 Durl_request_mock_http_job.cc63 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 Dmemory_buffer.cpp177 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 DPRESUBMIT.py109 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 Dconsole.rs32 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 Daudio_facade.py214 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 Djava.rs656 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 Dtest_teflon.cpp397 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 Dbase_config.py74 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 Ddevice.py101 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 Dcronet_context.cc645 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 Dandroid_java_generator.cc917 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 Dsmbprovider.py233 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 Dfix_resources.py40 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 DMobileModelRunner.h18 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 Dapk_assets.cc18 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 Dmodule.py10 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 Dcheck_orphan_headers.py36 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 Dfontchain_linter.py547 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

12345678910>>...26