Searched refs:proto_path (Results 1 – 4 of 4) sorted by relevance
/system/bt/tools/scripts/ |
D | dump_metrics_ascii.py | 27 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/ |
D | storaged.cpp | 178 RemoveFileIfExists(proto_path(user_id), nullptr); in remove_user_ce() 182 string proto_file = proto_path(user_id); in load_proto() 243 string proto_file = proto_path(user_id); in flush_proto_data()
|
/system/core/storaged/include/ |
D | storaged.h | 95 string proto_path(userid_t user_id) { in proto_path() function
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 1797 std::string proto_path = tombstone_file.value() + ".pb"; in TEST() local 1802 ASSERT_EQ(0, stat(proto_path.c_str(), &proto_file_st)); in TEST()
|