Searched refs:PathAppend (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 486 void PathAppend(std::string &path, const std::string &append, const std::string &connector) in PathAppend() function 539 PathAppend(path, script, c1); in ToFolderPath() 540 PathAppend(path, region, c1); in ToFolderPath() 541 PathAppend(path, direction, c2); in ToFolderPath() 542 PathAppend(path, deviceType, c2); in ToFolderPath() 543 PathAppend(path, screenDensity, c2); in ToFolderPath()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 848 void PathAppend(std::string &path, const std::string &append, const std::string &connector) in PathAppend() function 917 PathAppend(path, determiner->mnc, connecter1); in BuildFolderPath() 920 PathAppend(path, determiner->language, connecter2); in BuildFolderPath() 927 PathAppend(path, determiner->script, connecter1); in BuildFolderPath() 928 PathAppend(path, determiner->region, connecter1); in BuildFolderPath() 929 PathAppend(path, determiner->direction, connecter2); in BuildFolderPath() 930 PathAppend(path, determiner->deviceType, connecter2); in BuildFolderPath() 931 PathAppend(path, determiner->colorMode, connecter2); in BuildFolderPath() 932 PathAppend(path, determiner->inputDevice, connecter2); in BuildFolderPath() 933 PathAppend(path, determiner->screenDensity, connecter2); in BuildFolderPath()
|