Searched refs:protoPath (Results 1 – 2 of 2) sorted by relevance
139 File protoPath = isProtoFile ? path : new File(path.getAbsolutePath() + ".pb"); in handleTombstone() local141 Optional<TombstoneFile> parsedTombstone = handleProtoTombstone(protoPath, isProtoFile); in handleTombstone()
652 File protoPath = new File(prefix + APEX_ACONFIG_PATH_SUFFIX); in listApexProtoPaths() local653 if (!protoPath.exists()) { in listApexProtoPaths()657 paths.add(protoPath.getAbsolutePath()); in listApexProtoPaths()