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.py27 def compile_proto(proto_path, output_dir): argument
43 if not os.path.exists(proto_path):
44 logging.error('Can\'t find required file: %s\n' % proto_path)
52 input_dir = os.path.dirname(proto_path)
53 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')
55 protoc_command = [protoc, '-I=%s' % (input_dir), '--python_out=%s' % (output_dir), proto_path]
63 def compile_import_proto(output_dir, proto_path): argument
71 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()
239 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