Home
last modified time | relevance | path

Searched defs:template_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/build/android/gyp/
H A Djava_cpp_strings.py35 def _GenerateOutput(template, source_paths, template_path, strings): argument
66 def _Generate(source_paths, template_path): argument
H A Djava_cpp_features.py39 def _GenerateOutput(template, source_paths, template_path, features): argument
70 def _Generate(source_paths, template_path): argument
/aosp_15_r20/external/cronet/build/android/gyp/
H A Djava_cpp_strings.py35 def _GenerateOutput(template, source_paths, template_path, strings): argument
66 def _Generate(source_paths, template_path): argument
H A Djava_cpp_features.py39 def _GenerateOutput(template, source_paths, template_path, features): argument
70 def _Generate(source_paths, template_path): argument
/aosp_15_r20/external/cronet/net/tools/transport_security_state_generator/
H A Dtransport_security_state_generator.cc265 base::FilePath template_path = base::FilePath(args[3]); in main() local
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc94 bool GetTempName(const string& path, base::FilePath* template_path) { in GetTempName()