Searched refs:proto_path (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/bt/tools/scripts/ |
H A 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)
|
/aosp12/frameworks/base/startop/scripts/iorap/generated/ |
H A D | codegen_protos | 34 echo "$APROTOC" --proto_path="$IORAP_SERIALIZE_DIR" --python_out="$DIR" "${IORAP_PROTOS[@]}" 35 "$APROTOC" --proto_path="$IORAP_SERIALIZE_DIR" --python_out="$DIR" "${IORAP_PROTOS[@]}"
|
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
H A D | trace_creator.py | 4 proto_path = os.environ['ANDROID_BUILD_TOP'] + "/frameworks/native/cmds/surfacereplayer/proto/src/" variable 5 call(["aprotoc", "-I=" + proto_path, "--python_out=.", proto_path + "trace.proto"])
|
/aosp12/system/core/storaged/ |
H A 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()
|
/aosp12/system/core/storaged/include/ |
H A D | storaged.h | 95 string proto_path(userid_t user_id) { in proto_path() function
|
/aosp12/system/core/debuggerd/ |
H A 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()
|
/aosp12/packages/apps/Dialer/ |
H A D | Android.mk | 82 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)
|
/aosp12/build/make/core/ |
H A D | definitions.mk | 1235 $(addprefix --proto_path=, $(PRIVATE_PROTO_INCLUDES)) \ 1252 $(addprefix --proto_path=, $(PRIVATE_PROTO_INCLUDES)) \
|