Searched refs:FILE_PATH (Results 1 – 1 of 1) sorted by relevance
60 public static final String FILE_PATH = "filePath"; field in CoverageEntity217 coverageEntity.setProperty(FILE_PATH, filePath); in toEntity()238 || !e.hasProperty(FILE_PATH) in fromEntity()248 String filePath = (String) e.getProperty(FILE_PATH); in fromEntity()