Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c2276 char *pwd, *options[32], *abs_path[32], *tmp; in switch_data_file() local
2290 memset(abs_path, 0, sizeof(abs_path)); in switch_data_file()
2315 abs_path[nr_options] = strdup(path); in switch_data_file()
2316 if (!abs_path[nr_options]) { in switch_data_file()
2339 tmp = strdup(abs_path[choice]); in switch_data_file()
2352 free_popup_options(abs_path, nr_options); in switch_data_file()
/Linux-v5.4/scripts/
Dcheckpatch.pl19 my $D = dirname(abs_path($P));
146 open(my $script, '<', abs_path($P)) or
892 my $root_path = abs_path($root);