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