Home
last modified time | relevance | path

Searched refs:full_path (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/filesystems/incfs/
Dutils.c352 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/
Dbpf_loader.c535 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/
Dcommon.c557 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/
Dannotate.h85 full_path, member
Dannotate.c2398 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/
Dbuiltin-annotate.c517 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()