Home
last modified time | relevance | path

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

/build/make/tools/dependency_mapper/proto/
Ddependency.proto30 optional string file_path = 1; field
/build/make/tools/aconfig/convert_finalized_flags/src/
Dlib.rs219 let mut file_path = temp_dir.path().to_path_buf(); in test_read_flags_one_file() localVariable
348 let mut file_path = temp_dir.path().to_path_buf(); in test_read_flags_non_numeric() localVariable
383 let mut file_path = temp_dir.path().to_path_buf(); in test_read_flags_wrong_file_err() localVariable
446 let mut file_path = temp_dir.path().to_path_buf(); in test_read_flag_from_extended_file() localVariable
468 let mut file_path = temp_dir.path().to_path_buf(); in test_read_flag_from_wrong_extended_file_err() localVariable
/build/make/tools/sbom/
Dgenerate-sbom.py151 def new_file_id(file_path): argument
155 def checksum(file_path): argument
Dgen_sbom.py156 def new_file_id(file_path): argument
164 def checksum(file_path): argument
/build/make/tools/aconfig/aconfig/src/codegen/
Djava.rs756 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_production() localVariable
979 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_exported() localVariable
1191 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_new_exported() localVariable
1415 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_new_exported_with_sdk_check() localVariable
1593 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_test() localVariable
1879 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_force_read_only() localVariable
/build/make/tools/edit_monitor/proto/
Dedit_event.proto27 string file_path = 1; field
/build/make/tools/releasetools/
Dvalidate_target_files.py59 def ValidateFileAgainstSha1(input_tmp, file_name, file_path, expected_sha1): argument
Dcommon.py997 def LoadListFromFile(file_path): argument
1002 def LoadDictionaryFromFile(file_path): argument
/build/make/tools/aconfig/aconfig_storage_file/src/
Dmain.rs138 let file_path = sub_matches.get_one::<String>("file").unwrap(); in main() localVariable
/build/make/tools/ide_query/cc_analyzer/
Dinclude_scanner.cc124 llvm::SmallString<256> file_path; in OverlayBuiltinHeaders() local
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp117 std::string const& file_path) { in get_storage_file_version()
/build/bazel/scripts/difftool/
Ddifftool.py106 def _artifact_type(file_path): argument