Home
last modified time | relevance | path

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

/test/xts/hats/kernel/prctl/
DPrctlApiTest.cpp72 static std::vector<std::string> str_split(const std::string &s, const std::string &delimiters) in str_split() function
134 std::vector<std::string> lines = str_split(fileData, "\n"); in SetVmaAnonName()