Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig/src/codegen/
Djava.rs627 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_production() localVariable
813 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_exported() localVariable
938 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_test() localVariable
1210 let file_path = file.path.to_str().unwrap(); in test_generate_java_code_force_read_only() localVariable
/build/make/tools/sbom/
Dgenerate-sbom.py151 def new_file_id(file_path): argument
155 def checksum(file_path): argument
/build/make/tools/aconfig/aconfig_storage_file/src/
Dmain.rs85 let file_path = sub_matches.get_one::<String>("file").unwrap(); in main() localVariable
/build/make/tools/releasetools/
Dvalidate_target_files.py59 def ValidateFileAgainstSha1(input_tmp, file_name, file_path, expected_sha1): argument
Dcommon.py977 def LoadListFromFile(file_path): argument
982 def LoadDictionaryFromFile(file_path): argument
/build/make/tools/ide_query/cc_analyzer/
Dinclude_scanner.cc119 llvm::SmallString<256> file_path; in OverlayBuiltinHeaders() local
/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp116 std::string const& file_path) { in get_storage_file_version()
/build/bazel/scripts/difftool/
Ddifftool.py106 def _artifact_type(file_path): argument