Home
last modified time | relevance | path

Searched refs:target_file_path (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig/src/codegen/
Dcpp.rs1208 let mut target_file_path = String::from("include/com_android_aconfig_test.h"); in test_generate_cpp_code() localVariable
1209 assert!(generated_files_map.contains_key(&target_file_path)); in test_generate_cpp_code()
1214 generated_files_map.get(&target_file_path).unwrap() in test_generate_cpp_code()
1218 target_file_path = String::from("com_android_aconfig_test.cc"); in test_generate_cpp_code()
1219 assert!(generated_files_map.contains_key(&target_file_path)); in test_generate_cpp_code()
1224 generated_files_map.get(&target_file_path).unwrap() in test_generate_cpp_code()
/build/make/tools/releasetools/
Dota_from_target_files.py557 def ParseInfoDict(target_file_path): argument
558 return common.LoadInfoDict(target_file_path)