OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_fs_exists
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
fs.h
131
atf_error_t
atf_fs_exists
(const atf_fs_path_t *, bool *);
fs_test.c
567
atf_tc_set_md_var(tc, "descr", "Tests the
atf_fs_exists
function");
582
RE(
atf_fs_exists
(&pdir, &b));
586
RE(
atf_fs_exists
(&pfile, &b));
596
err =
atf_fs_exists
(&pfile, &b);
605
RE(
atf_fs_exists
(&pfile, &b));
tp_main.c
468
err =
atf_fs_exists
(&exe, &b);
fs.c
757
atf_fs_exists
(const atf_fs_path_t *p, bool *b)
function
/src/external/bsd/atf/dist/atf-c/
check_test.c
351
RE(
atf_fs_exists
(&out, &exists)); ATF_CHECK(exists);
352
RE(
atf_fs_exists
(&err, &exists)); ATF_CHECK(exists);
354
RE(
atf_fs_exists
(&out, &exists)); ATF_CHECK(!exists);
355
RE(
atf_fs_exists
(&err, &exists)); ATF_CHECK(!exists);
macros_test.c
73
RE(
atf_fs_exists
(&pp, &b));
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
460
err =
atf_fs_exists
(p.c_path(), &b);
/src/external/bsd/atf/dist/test-programs/
c_helpers.c
403
RE(
atf_fs_exists
(&p, &b));
Completed in 69 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026