Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp91 size_t dash_pos = dir.find('-'); in ExtractResourcePathData() local
92 if (dash_pos != std::string::npos) { in ExtractResourcePathData()
93 config_str = dir_str.substr(dash_pos + 1, dir.size() - (dash_pos + 1)); in ExtractResourcePathData()
102 dir_str = dir_str.substr(0, dash_pos); in ExtractResourcePathData()