Home
last modified time | relevance | path

Searched refs:extractResFilePathParts (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/util/
DUtil_test.cpp174 ASSERT_TRUE(util::extractResFilePathParts(u"res/xml-sw600dp/entry.xml", &prefix, &entry, in TEST()
180 ASSERT_TRUE(util::extractResFilePathParts(u"res/xml-sw600dp/entry.9.png", &prefix, &entry, in TEST()
187 EXPECT_FALSE(util::extractResFilePathParts(u"AndroidManifest.xml", &prefix, &entry, &suffix)); in TEST()
188 EXPECT_FALSE(util::extractResFilePathParts(u"res/.xml", &prefix, &entry, &suffix)); in TEST()
190 ASSERT_TRUE(util::extractResFilePathParts(u"res//.", &prefix, &entry, &suffix)); in TEST()
DUtil.h351 bool extractResFilePathParts(const StringPiece16& path, StringPiece16* outPrefix,
DUtil.cpp468 bool extractResFilePathParts(const StringPiece16& path, StringPiece16* outPrefix, in extractResFilePathParts() function
/frameworks/base/tools/aapt2/link/
DTableMerger.cpp282 if (util::extractResFilePathParts(*fileRef.path, &prefix, &entry, &suffix)) { in cloneAndMangleFile()