Searched defs:dash_pos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp86 size_t dash_pos = dir.find('-'); local
87 if (dash_pos != std::string::npos) {
88 config_str = dir_str.substr(dash_pos + 1, dir.size() - (dash_pos + 1));
97 dir_str = dir_str.substr(0, dash_pos);

Completed in 60 milliseconds