Searched refs:getEntryPath (Results 1 – 3 of 3) sorted by relevance
96 public static String getEntryPath(ArchiveEntry entry) { in getEntryPath() method in Archive201 String pathWithSlash = entry.isDirectory() ? getEntryPath(entry) in isChildDocument()202 : getEntryPath(entry) + "/"; in isChildDocument()280 final ArchiveId parsedId = createArchiveId(getEntryPath(entry)); in addCursorRow()
83 final String entryPath = getEntryPath(entry); in addEntry()92 mTree.get(getEntryPath(parentEntry)).add(entry); in addEntry()168 entryPath = getEntryPath(entry); in createDocument()
107 entryPath = getEntryPath(entry); in ReadableArchive()129 entryPath = getEntryPath(entry); in ReadableArchive()