Searched refs:fileInformation (Results 1 – 1 of 1) sorted by relevance
574 BuildFile.Builder fileInformation = BuildFile.newBuilder(); in toProto() local575 fileInformation.setVersion(vFile.getVersion()); in toProto()576 fileInformation.setLocalPath(vFile.getFile().getAbsolutePath()); in toProto()577 buildFile.addFile(fileInformation); in toProto()