Searched refs:protoFile (Results 1 – 4 of 4) sorted by relevance
142 final File protoFile = mPersistInfoProvider.getProtoFile(id, userId); in loadTask() local143 if (!protoFile.exists()) { in loadTask()147 final byte[] bytes = Files.readAllBytes(protoFile.toPath()); in loadTask()
157 final File protoFile = provider.getProtoFile(index, userId); in deleteSnapshot() local159 if (protoFile.exists()) { in deleteSnapshot()160 protoFile.delete(); in deleteSnapshot()
90 boolean protoFile = false; // write proto to a file field in Instrument232 if (protoFile) { in ProtoStatusReporter()239 protoFile = false; in ProtoStatusReporter()252 protoFile = false; in ProtoStatusReporter()365 if (protoFile) { in outputProto()477 if (protoFile || protoStd) { in run()
170 instrument.protoFile = true; in runInstrument()