HomeSort by relevance Sort by last modified time
    Searched full:file_location_start (Results 1 - 1 of 1) sorted by null

  /system/extras/preopt2cachename/
preopt2cachename.cpp 48 size_t file_location_start = odex_file_location.rfind('/'); local
49 if (file_location_start == std::string::npos) {
53 if (ext_start == std::string::npos || ext_start < file_location_start) {
56 std::string apk_name = odex_file_location.substr(file_location_start + 1,
57 ext_start - file_location_start);

Completed in 3682 milliseconds