Home
last modified time | relevance | path

Searched refs:apk_path (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dmap.c43 char *apk_path; in replace_android_lib() local
50 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()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmap.c54 char *apk_path; in replace_android_lib() local
61 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()

Completed in 3 milliseconds