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.java581 BuildFile.Builder fileInformation = BuildFile.newBuilder(); in toProto() local
582 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()