Home
last modified time | relevance | path

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

/aosp12/system/bt/tools/scripts/
H A 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)
/aosp12/frameworks/base/startop/scripts/iorap/generated/
H A Dcodegen_protos34 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 Dtrace_creator.py4 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 Dstoraged.cpp178 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 Dstoraged.h95 string proto_path(userid_t user_id) { in proto_path() function
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp1797 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 DAndroid.mk82 LOCAL_PROTOC_FLAGS := --proto_path=$(LOCAL_PATH)
/aosp12/build/make/core/
H A Ddefinitions.mk1235 $(addprefix --proto_path=, $(PRIVATE_PROTO_INCLUDES)) \
1252 $(addprefix --proto_path=, $(PRIVATE_PROTO_INCLUDES)) \