Searched defs:split (Results 1 – 8 of 8) sorted by relevance
60 static std::vector<std::string> split(const std::string& str, const std::string& sep) { in split() function
85 void split(String str, String splitBy, std::function<void(const String&)> func) { in split() function
343 char split[64] = {0}; in updateSplitInfo() local
233 static bool split(const char* path, in split() function
349 char split[64] = {0}; in updateSplitInfo() local
406 char split[64] = {0}; in updateSplitInfo() local
146 bool PathUtils::split(const char* path, in split() function in android::base::PathUtils
610 std::vector<std::string> split(const std::string &text, char sep) { in split() function