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

  /system/extras/preopt2cachename/
preopt2cachename.cpp 69 size_t apk_position = odex_file_location.find("/oat", initial_position); local
70 if (apk_position == std::string::npos) {
76 cache_file += odex_file_location.substr(initial_position, apk_position);

Completed in 63 milliseconds