OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extractResFilePathParts
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/util/
Util_test.cpp
174
ASSERT_TRUE(util::
extractResFilePathParts
(u"res/xml-sw600dp/entry.xml", &prefix, &entry,
180
ASSERT_TRUE(util::
extractResFilePathParts
(u"res/xml-sw600dp/entry.9.png", &prefix, &entry,
187
EXPECT_FALSE(util::
extractResFilePathParts
(u"AndroidManifest.xml", &prefix, &entry, &suffix));
188
EXPECT_FALSE(util::
extractResFilePathParts
(u"res/.xml", &prefix, &entry, &suffix));
190
ASSERT_TRUE(util::
extractResFilePathParts
(u"res//.", &prefix, &entry, &suffix));
Util.h
351
bool
extractResFilePathParts
(const StringPiece16& path, StringPiece16* outPrefix,
Util.cpp
470
bool
extractResFilePathParts
(const StringPiece16& path, StringPiece16* outPrefix,
/frameworks/base/tools/aapt2/link/
TableMerger.cpp
282
if (util::
extractResFilePathParts
(*fileRef.path, &prefix, &entry, &suffix)) {
Completed in 162 milliseconds