Symbol: TEST_FILE
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
313
ATF_REQUIRE(test_file_open(fa, TEST_FILE, NULL) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
317
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
360
ATF_REQUIRE(test_file_open(fa, TEST_FILE, NULL) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
364
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
405
ATF_REQUIRE(test_file_open(fa, TEST_FILE, NULL) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
408
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
489
ATF_REQUIRE(test_file_fopen(fa, TEST_FILE, "r", NULL) ==
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
494
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
539
ATF_REQUIRE(test_file_fopen(fa, TEST_FILE, "w", NULL) ==
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
544
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
586
ATF_REQUIRE(test_file_fopen(fa, TEST_FILE, "w+", NULL) ==
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
589
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
621
ATF_REQUIRE(test_file_lstat(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
622
ATF_REQUIRE(test_file_open(fa, TEST_FILE, &fd) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
624
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
652
ATF_REQUIRE(test_file_lstat(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
653
ATF_REQUIRE(test_file_open(fa, TEST_FILE, &fd) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
654
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
695
ATF_REQUIRE(test_file_open(fa, TEST_FILE, NULL) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
699
ATF_REQUIRE(test_file_realpath(fa, TEST_FILE) == ENOTCAPABLE);
lib/libcasper/services/cap_fileargs/tests/fileargs_test.c
743
ATF_REQUIRE(test_file_open(fa, TEST_FILE, NULL) == ENOTCAPABLE);