Home
last modified time | relevance | path

Searched refs:pb (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DLogcatOnFailureCollector.java139 ProcessBuilder pb = new ProcessBuilder(Arrays.asList("logcat", "-t", startTime)); in getLogcatSince() local
140 pb.redirectOutput(saveTo); in getLogcatSince()
141 Process proc = pb.start(); in getLogcatSince()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp20 "res/statsd-configs/**/*.pb",
24 * Loops over all subdirectories under res/statsd-configs/ and copy all *.pb configs within to
32 "&& mkdir -p $$out_dir/$$assets_dir && protos=($(locations res/statsd-configs/**/*.pb)) " +
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp28 * ".pb" extension using aprotoc. The generated *.pb files are put under an assets/
39 "$$out_dir/$$assets_dir/$${fname//.textpb/.pb}) ; then " +
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp28 * ".pb" extension using aprotoc. The generated *.pb files are put under an assets/
39 "$$out_dir/$$assets_dir/$${fname//.textpb/.pb}) ; then " +
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp28 * ".pb" extension using aprotoc. The generated *.pb files are put under an assets/
39 "$$out_dir/$$assets_dir/$${fname//.textpb/.pb}) ; then " +
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/
DREADME.md16 suffixes if there are multiple configs related to the overarching metrics, with `.pb` extension.