Searched refs:stringStartsWith (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.cpp27 if (util::stringStartsWith<char16_t>(namespaceUri, kSchemaPublicPrefix)) {
36 } else if (util::stringStartsWith<char16_t>(namespaceUri, kSchemaPrivatePrefix)) {
/frameworks/base/tools/aapt2/util/
H A DUtil_test.cpp39 EXPECT_TRUE(util::stringStartsWith<char>("hello.xml", "he"));
H A DUtil.h41 bool stringStartsWith(const BasicStringPiece<T>& str, const BasicStringPiece<T>& prefix) { function in namespace:aapt::util
H A DUtil.cpp470 if (!stringStartsWith<char16_t>(path, u"res/")) {
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp130 return util::stringStartsWith<char>(filename, ".");
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp410 util::stringStartsWith<char16_t>(str, u"res/")) {
/frameworks/base/tools/aapt2/link/
H A DLink.cpp1465 if (util::stringStartsWith<char>(arg, "@")) {

Completed in 362 milliseconds