apk_path           70 tools/perf/util/map.c 		char *apk_path;
apk_path           77 tools/perf/util/map.c 		apk_path = getenv("APK_PATH");
apk_path           78 tools/perf/util/map.c 		if (apk_path) {
apk_path           79 tools/perf/util/map.c 			new_length += strlen(apk_path) + 1;
apk_path           83 tools/perf/util/map.c 				 "%s/libs/%s/%s", apk_path, app_abi, libname);