Searched refs:CanonicalizePath (Results 1 - 6 of 6) sorted by relevance
/base/global/resource_management/frameworks/resmgr/test/unittest/utils/ |
H A D | utils_test.cpp | 78 * @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 D | utils.h | 109 static void CanonicalizePath(const char *path, char *outPath, size_t len);
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 455 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 D | hap_parser.cpp | 328 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 D | hap_manager.cpp | 434 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 D | hap_resource.cpp | 103 Utils::CanonicalizePath(path, outPath, PATH_MAX); in LoadFromIndex()
|
Completed in 6 milliseconds