Searched refs:pb (Results 1 – 6 of 6) sorted by relevance
139 ProcessBuilder pb = new ProcessBuilder(Arrays.asList("logcat", "-t", startTime)); in getLogcatSince() local140 pb.redirectOutput(saveTo); in getLogcatSince()141 Process proc = pb.start(); in getLogcatSince()
20 "res/statsd-configs/**/*.pb",24 * Loops over all subdirectories under res/statsd-configs/ and copy all *.pb configs within to32 "&& mkdir -p $$out_dir/$$assets_dir && protos=($(locations res/statsd-configs/**/*.pb)) " +
28 * ".pb" extension using aprotoc. The generated *.pb files are put under an assets/39 "$$out_dir/$$assets_dir/$${fname//.textpb/.pb}) ; then " +
16 suffixes if there are multiple configs related to the overarching metrics, with `.pb` extension.