HomeSort by relevance Sort by last modified time
    Searched refs:ExtractResFilePathParts (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/util/
Util_test.cpp 178 ASSERT_TRUE(util::ExtractResFilePathParts("res/xml-sw600dp/entry.xml",
184 ASSERT_TRUE(util::ExtractResFilePathParts("res/xml-sw600dp/entry.9.png",
191 EXPECT_FALSE(util::ExtractResFilePathParts("AndroidManifest.xml", &prefix,
194 util::ExtractResFilePathParts("res/.xml", &prefix, &entry, &suffix));
197 util::ExtractResFilePathParts("res//.", &prefix, &entry, &suffix));
Util.h 274 bool ExtractResFilePathParts(const android::StringPiece& path, android::StringPiece* out_prefix,
Util.cpp 531 bool ExtractResFilePathParts(const StringPiece& path, StringPiece* out_prefix,
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 338 if (util::ExtractResFilePathParts(*file_ref.path, &prefix, &entry, &suffix)) {

Completed in 113 milliseconds