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

/linux-master/tools/perf/util/
H A Dmap.c27 const char *libname; local
32 libname = strrchr(filename, '/');
33 if (libname)
34 lib_length = strlen(libname);
56 "%s/libs/%s/%s", apk_path, app_abi, libname);
61 "libs/%s/%s", app_abi, libname);
98 ndk_length, ndk, app_length, app, arch, libname);

Completed in 111 milliseconds