Searched refs:fileInformation (Results 1 – 1 of 1) sorted by relevance
581 BuildFile.Builder fileInformation = BuildFile.newBuilder(); in toProto() local582 fileInformation.setVersion(vFile.getVersion()); in toProto()585 fileInformation.setLocalPath(vFile.getFile().toString()); in toProto()587 fileInformation.setLocalPath(vFile.getFile().getAbsolutePath()); in toProto()589 buildFile.addFile(fileInformation); in toProto()