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

  /device/google/marlin/power/
utils.c 66 char qcopt_lib_path[PATH_MAX] = {0}; local
71 if (property_get("ro.vendor.extension_library", qcopt_lib_path,
73 handle = dlopen(qcopt_lib_path, RTLD_NOW);
75 ALOGE("Unable to open %s: %s\n", qcopt_lib_path,

Completed in 155 milliseconds