Searched refs:endsWith (Results 1 – 8 of 8) sorted by relevance
62 if (line.endsWith("{")) { in print()
60 bool endsWith(std::string_view path, std::string_view prefix);
257 bool endsWith(std::string_view path, std::string_view suffix) { in endsWith() function
96 if (!path::endsWith(cmdFile, INCFS_PENDING_READS_FILENAME)) { in rootForCmd()
164 if (line.endsWith(packageSuffix)) { in getFilenameFromPackageName()209 if (line.startsWith(successLineStart) && line.endsWith(successLineEnd)) { in createInstallSession()
213 bool endsWith(const FQName &other) const;
525 bool FQName::endsWith(const FQName &other) const { in endsWith() function in android::FQName
779 if (key.endsWith(fqName)) { in findDefinedType()