Home
last modified time | relevance | path

Searched defs:proto_path (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/tools/scripts/
H A Ddump_metrics_ascii.py27 def compile_proto(proto_path, output_dir): argument
63 def compile_import_proto(output_dir, proto_path): argument
/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
/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