Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Drun_dex2oat.cpp57 std::vector<std::string> SplitBySpaces(const std::string& str) { in SplitBySpaces() function
102 std::vector<std::string> dex2oat_flags_args = SplitBySpaces(dex2oat_flags); in Initialize()