Searched refs:apk_path (Results 1 – 1 of 1) sorted by relevance
43 char *apk_path; in replace_android_lib() local50 apk_path = getenv("APK_PATH"); in replace_android_lib()51 if (apk_path) { in replace_android_lib()52 new_length += strlen(apk_path) + 1; in replace_android_lib()56 "%s/libs/%s/%s", apk_path, app_abi, libname); in replace_android_lib()