Searched refs:entryname (Results 1 – 2 of 2) sorted by relevance
744 string entryname = entry->d_name; // local to this dir in get_directory_contents_locked() local745 string filename = dirbase + entryname; // fully qualified in get_directory_contents_locked()747 bool isEnvelope = ends_with(entryname, EXTENSION_ENVELOPE); in get_directory_contents_locked()748 bool isData = ends_with(entryname, EXTENSION_DATA); in get_directory_contents_locked()753 string timestamp = strip_extension(entryname); in get_directory_contents_locked()
6495 String entryname = r.getResourceEntryName(id);6501 out.append(entryname);