Home
last modified time | relevance | path

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

/tools/testing/selftests/filesystems/incfs/
Dutils.c258 char *full_path; in delete_dir_tree() local
263 full_path = concat_file_name(dir_path, dp->d_name); in delete_dir_tree()
265 result = delete_dir_tree(full_path); in delete_dir_tree()
267 result = unlink(full_path); in delete_dir_tree()
268 free(full_path); in delete_dir_tree()
/tools/bpf/bpftool/
Dcommon.c509 char full_path[64]; in read_sysfs_netdev_hex_int() local
511 snprintf(full_path, sizeof(full_path), "/sys/class/net/%s/device/%s", in read_sysfs_netdev_hex_int()
514 return read_sysfs_hex_int(full_path); in read_sysfs_netdev_hex_int()
/tools/perf/util/
Dannotate.h82 full_path, member
Dannotate.c2294 if (opts->full_path) in symbol__annotate_printf()
2699 srcline_full_filename = opts->full_path; in symbol__tty_annotate2()
2727 srcline_full_filename = opts->full_path; in symbol__tty_annotate()
/tools/perf/
Dbuiltin-annotate.c521 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()