Searched refs:extractResFilePathParts (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt2/util/ |
D | Util_test.cpp | 174 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()
|
D | Util.h | 351 bool extractResFilePathParts(const StringPiece16& path, StringPiece16* outPrefix,
|
D | Util.cpp | 468 bool extractResFilePathParts(const StringPiece16& path, StringPiece16* outPrefix, in extractResFilePathParts() function
|
/frameworks/base/tools/aapt2/link/ |
D | TableMerger.cpp | 282 if (util::extractResFilePathParts(*fileRef.path, &prefix, &entry, &suffix)) { in cloneAndMangleFile()
|