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

/linux-4.4.14/tools/perf/ui/browsers/
H A Dhists.c1359 char *pwd, *options[32], *abs_path[32], *tmp; switch_data_file() local
1373 memset(options, 0, sizeof(abs_path)); switch_data_file()
1398 abs_path[nr_options] = strdup(path); switch_data_file()
1399 if (!abs_path[nr_options]) { switch_data_file()
1422 tmp = strdup(abs_path[choice]); switch_data_file()
1435 free_popup_options(abs_path, nr_options); switch_data_file()
/linux-4.4.14/scripts/
H A Dcheckpatch.pl11 use Cwd 'abs_path';
15 my $D = dirname(abs_path($P));

Completed in 442 milliseconds