Searched refs:custpinpath (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpinning.c30 const char *custpinpath = "/sys/fs/bpf/custom/pinmap"; local
137 err = bpf_map__set_pin_path(map, custpinpath);
142 if (!ASSERT_STREQ(bpf_map__pin_path(map), custpinpath,
152 err = stat(custpinpath, &statbuf);
153 if (CHECK(err, "stat custpinpath", "err %d errno %d\n", err, errno))
157 err = unlink(custpinpath);
158 if (CHECK(err, "unlink custpinpath", "err %d errno %d\n", err, errno))
221 err = stat(custpinpath, &statbuf);
222 if (CHECK(err, "stat custpinpath", "err %d errno %d\n", err, errno))
226 err = unlink(custpinpath);
[all...]

Completed in 88 milliseconds