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

  /art/runtime/interpreter/
unstarted_runtime.cc 409 const char* resource_cstr = resource_name_str.c_str(); local
410 if (resource_cstr[0] == '/') {
411 resource_cstr++;
430 mem_map = FindAndExtractEntry(jar_file, resource_cstr, &map_size, &last_error_msg);
    [all...]

Completed in 262 milliseconds