Searched refs:ext_start (Results 1 – 1 of 1) sorted by relevance
54 size_t ext_start = file_location.rfind('.'); in ExtractAPKName() local55 if (ext_start == std::string::npos || ext_start < file_location_start) { in ExtractAPKName()59 ext_start - file_location_start); in ExtractAPKName()