Searched refs:PathAppend (Results 1 - 2 of 2) sorted by relevance
/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()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 786 void PathAppend(std::string &path, const std::string &append, const std::string &connector) in PathAppend() function 856 PathAppend(path, determiner->mnc, connecter1); in BuildFolderPath() 859 PathAppend(path, determiner->language, connecter2); in BuildFolderPath() 866 PathAppend(path, determiner->script, connecter1); in BuildFolderPath() 867 PathAppend(path, determiner->region, connecter1); in BuildFolderPath() 868 PathAppend(path, determiner->direction, connecter2); in BuildFolderPath() 869 PathAppend(path, determiner->deviceType, connecter2); in BuildFolderPath() 870 PathAppend(path, determiner->colorMode, connecter2); in BuildFolderPath() 871 PathAppend(path, determiner->inputDevice, connecter2); in BuildFolderPath() 872 PathAppend(pat in BuildFolderPath() [all...] |
Completed in 4 milliseconds