Searched refs:entryname (Results 1 – 2 of 2) sorted by relevance
709 string entryname = entry->d_name; // local to this dir in get_directory_contents_locked() local710 string filename = dirbase + entryname; // fully qualified in get_directory_contents_locked()712 bool isEnvelope = ends_with(entryname, EXTENSION_ENVELOPE); in get_directory_contents_locked()713 bool isData = ends_with(entryname, EXTENSION_DATA); in get_directory_contents_locked()718 string timestamp = strip_extension(entryname); in get_directory_contents_locked()
6212 String entryname = r.getResourceEntryName(id);6218 out.append(entryname);