Home
last modified time | relevance | path

Searched refs:CanonicalizePath (Results 1 - 6 of 6) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
H A Dutils_test.cpp78 * @tc.desc: Test CanonicalizePath function
85 Utils::CanonicalizePath(nullptr, outPath, len); in HWTEST_F()
91 * @tc.desc: Test CanonicalizePath function
99 Utils::CanonicalizePath(iconPath.c_str(), outPath, len); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h109 static void CanonicalizePath(const char *path, char *outPath, size_t len);
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp455 void Utils::CanonicalizePath(const char *path, char *outPath, size_t len) in CanonicalizePath() function in OHOS::Global::Resource::Utils
485 Utils::CanonicalizePath(strCurrentDir.c_str(), outPath, PATH_MAX); in GetFiles()
H A Dhap_parser.cpp328 Utils::CanonicalizePath(tempPath, outPath, PATH_MAX); in ReadRawFileDescriptor()
342 Utils::CanonicalizePath(hapPath, outPath, PATH_MAX); in ReadRawFileDescriptor()
906 Utils::CanonicalizePath(pathName.c_str(), outPath, PATH_MAX); in IsRawDirUnCompressed()
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp434 Utils::CanonicalizePath(overlayPath.c_str(), outPath, PATH_MAX); in AddAppOverlay()
449 Utils::CanonicalizePath(overlayPath.c_str(), outPath, PATH_MAX); in RemoveAppOverlay()
940 Utils::CanonicalizePath(paths.c_str(), outPath, PATH_MAX); in FindRawFileDescriptor()
994 Utils::CanonicalizePath((*iter).c_str(), outPath, PATH_MAX); in RemoveResource()
H A Dhap_resource.cpp103 Utils::CanonicalizePath(path, outPath, PATH_MAX); in LoadFromIndex()

Completed in 6 milliseconds