Home
last modified time | relevance | path

Searched refs:fileInformation (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/build/
DBuildInfo.java574 BuildFile.Builder fileInformation = BuildFile.newBuilder(); in toProto() local
575 fileInformation.setVersion(vFile.getVersion()); in toProto()
576 fileInformation.setLocalPath(vFile.getFile().getAbsolutePath()); in toProto()
577 buildFile.addFile(fileInformation); in toProto()