Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/util/
DUtil_test.cpp178 ASSERT_TRUE(util::ExtractResFilePathParts("res/xml-sw600dp/entry.xml", in TEST()
184 ASSERT_TRUE(util::ExtractResFilePathParts("res/xml-sw600dp/entry.9.png", in TEST()
191 EXPECT_FALSE(util::ExtractResFilePathParts("AndroidManifest.xml", &prefix, in TEST()
194 util::ExtractResFilePathParts("res/.xml", &prefix, &entry, &suffix)); in TEST()
197 util::ExtractResFilePathParts("res//.", &prefix, &entry, &suffix)); in TEST()
DUtil.h274 bool ExtractResFilePathParts(const android::StringPiece& path, android::StringPiece* out_prefix,
DUtil.cpp531 bool ExtractResFilePathParts(const StringPiece& path, StringPiece* out_prefix, in ExtractResFilePathParts() function
/frameworks/base/tools/aapt2/link/
DTableMerger.cpp338 if (util::ExtractResFilePathParts(*file_ref.path, &prefix, &entry, &suffix)) { in CloneAndMangleFile()