Searched refs:full_path (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/filesystems/incfs/ |
D | utils.c | 352 char *full_path; in delete_dir_tree() local 357 full_path = concat_file_name(dir_path, dp->d_name); in delete_dir_tree() 359 result = delete_dir_tree(full_path); in delete_dir_tree() 361 result = unlink(full_path); in delete_dir_tree() 362 free(full_path); in delete_dir_tree()
|
/tools/testing/selftests/filesystems/fuse/ |
D | bpf_loader.c | 535 char *full_path; in delete_dir_tree() local 540 full_path = concat_file_name(dir_path, dp->d_name); in delete_dir_tree() 542 result = delete_dir_tree(full_path, true); in delete_dir_tree() 544 result = unlink(full_path); in delete_dir_tree() 545 free(full_path); in delete_dir_tree()
|
/tools/bpf/bpftool/ |
D | common.c | 557 char full_path[64]; in read_sysfs_netdev_hex_int() local 559 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int() 562 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()
|
/tools/perf/util/ |
D | annotate.h | 85 full_path, member
|
D | annotate.c | 2398 if (opts->full_path) in symbol__annotate_printf() 2810 srcline_full_filename = opts->full_path; in symbol__tty_annotate2() 2846 srcline_full_filename = opts->full_path; in symbol__tty_annotate()
|
/tools/perf/ |
D | builtin-annotate.c | 517 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()
|