Searched refs:slash (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/
H A Droots.cpp88 size_t slash = str.find_last_of('/'); local
89 if (slash == std::string::npos) return nullptr;
90 if (slash == 0) {
93 str = str.substr(0, slash);

Completed in 12 milliseconds