Home
last modified time | relevance | path

Searched refs:abs_path (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1318 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local
1332 memset(options, 0, sizeof(abs_path)); in switch_data_file()
1357 abs_path[nr_options] = strdup(path); in switch_data_file()
1358 if (!abs_path[nr_options]) { in switch_data_file()
1381 tmp = strdup(abs_path[choice]); in switch_data_file()
1394 free_popup_options(abs_path, nr_options); in switch_data_file()
/linux-4.1.27/scripts/
Dcheckpatch.pl14 my $D = dirname(abs_path($P));