Home
last modified time | relevance | path

Searched refs:endWithTail (Results 1 - 4 of 4) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h99 static bool endWithTail(const std::string& path, const std::string& tail);
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp430 bool Utils::endWithTail(const std::string& path, const std::string& tail) in endWithTail() function in OHOS::Global::Resource::Utils
448 if (Utils::endWithTail(hapPath, tail)) { in ContainsTail()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp991 * @tc.desc: Test endWithTail;
999 bool ret = Utils::endWithTail(path, tail); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp775 if (Utils::endWithTail(tempPath, "/systemres/resources.index")) { in GetValidIndexPath()

Completed in 5 milliseconds