Searched refs:full_path (Results 1 – 5 of 5) sorted by relevance
258 char *full_path; in delete_dir_tree() local263 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()
509 char full_path[64]; in read_sysfs_netdev_hex_int() local511 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()
82 full_path, member
2294 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()
521 OPT_BOOLEAN('P', "full-paths", &annotate.opts.full_path, in cmd_annotate()