Searched refs:BPFTOOL_PATH_MAX_LEN (Results 1 – 1 of 1) sorted by relevance
9 #define BPFTOOL_PATH_MAX_LEN 64 macro16 char tmp[BPFTOOL_PATH_MAX_LEN]; in detect_bpftool_path()32 snprintf(tmp, BPFTOOL_PATH_MAX_LEN, "./%s", BPFTOOL_DEFAULT_PATH); in detect_bpftool_path()41 snprintf(tmp, BPFTOOL_PATH_MAX_LEN, "../%s", BPFTOOL_DEFAULT_PATH); in detect_bpftool_path()53 static char bpftool_path[BPFTOOL_PATH_MAX_LEN] = {0}; in run_command()