Home
last modified time | relevance | path

Searched refs:proto_path (Results 1 – 3 of 3) sorted by relevance

/system/bt/tools/scripts/
Ddump_metrics_ascii.py26 def compile_proto(proto_path, output_dir): argument
44 if not os.path.exists(proto_path):
45 logging.error('Can\'t find required file: %s\n' % proto_path)
54 input_dir = os.path.dirname(proto_path)
55 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')
59 proto_path
68 def compile_import_proto(output_dir, proto_path): argument
76 output_module_name = compile_proto(proto_path, output_dir)
/system/core/storaged/
Dstoraged.cpp174 RemoveFileIfExists(proto_path(user_id), nullptr); in remove_user_ce()
178 string proto_file = proto_path(user_id); in load_proto()
240 string proto_file = proto_path(user_id); in flush_proto_data()
/system/core/storaged/include/
Dstoraged.h94 string proto_path(userid_t user_id) { in proto_path() function