Home
last modified time | relevance | path

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

/system/extras/preopt2cachename/
Dpreopt2cachename.cpp54 size_t ext_start = file_location.rfind('.'); in ExtractAPKName() local
55 if (ext_start == std::string::npos || ext_start < file_location_start) { in ExtractAPKName()
59 ext_start - file_location_start); in ExtractAPKName()