Searched refs:expectedPath (Results 1 – 2 of 2) sorted by relevance
1739 Optional<String> expectedPath = readString(nomedia);1742 return !expectedPath.isPresent()1743 || !expectedPath.get().equalsIgnoreCase(dir.getPath());
4579 final String expectedPath = c.getString(1); in ensureFileColumns() local4581 if (!Objects.equals(expectedPath, actualPath)) { in ensureFileColumns()4583 + " item not allowed in relation to " + expectedPath + " item"); in ensureFileColumns()