Home
last modified time | relevance | path

Searched refs:StripString (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dfile_path_utils.h27 std::string StripString(const std::string& str, const char* charSet = " \t\n\r");
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp104 inline std::string StripString(const std::string& str, const char* charSet = " \t\n\r") in StripString() function
277 return npmPath + SEPERATOR + StripString(path); in FindNpmPackageInPath()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp201 std::string result = StripString(str, charSet);
205 std::string result1 = StripString(str, charSet);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp107 std::string StripString(const std::string& str, const char* charSet) in StripString() function
247 std::string npmPackagePath = npmPath + '/' + StripString(path); in FindNpmPackageInPath()