Searched refs:apk_path (Results 1 – 1 of 1) sorted by relevance
54 char *apk_path; in replace_android_lib() local61 apk_path = getenv("APK_PATH"); in replace_android_lib()62 if (apk_path) { in replace_android_lib()63 new_length += strlen(apk_path) + 1; in replace_android_lib()67 "%s/libs/%s/%s", apk_path, app_abi, libname); in replace_android_lib()