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 565 const char* resource_cstr = resource_name_str.c_str(); local
566 if (resource_cstr[0] == '/') {
567 resource_cstr++;
586 mem_map = FindAndExtractEntry(jar_file, resource_cstr, &map_size, &last_error_msg);
    [all...]

Completed in 851 milliseconds