Searched refs:ENOENT (Results 26 - 44 of 44) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/errno/
H A D__strerror.h14 E(ENOENT, "No such file or directory")
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexec.c120 e = ENOENT;
124 if (errno != ENOENT && errno != ENOTDIR)
136 case ENOENT:
379 e = ENOENT;
410 if (errno != ENOENT && errno != ENOTDIR)
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dfixture.cpp108 ASSERT_EQ(errno, ENOENT);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c31 if (!(flags & FTW_PHYS) && errno == ENOENT && !lstat(path, &st))
/fuchsia/zircon/third_party/ulib/musl/src/passwd/
H A Dgetgr_a.c38 if (!*res && (rv == 0 || rv == ENOENT || rv == ENOTDIR)) {
H A Dgetpw_a.c37 if (!*res && (rv == 0 || rv == ENOENT || rv == ENOTDIR)) {
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dmallctl.c8 assert_d_eq(mallctl("no_such_name", NULL, NULL, NULL, 0), ENOENT,
9 "mallctl() should return ENOENT for non-existent names");
37 assert_d_eq(mallctlnametomib("no_such_name", mib, &miblen), ENOENT,
38 "mallctlnametomib() should return ENOENT for non-existent names");
159 int expected = config_##config ? 0 : ENOENT; \
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dpath.cpp175 if (errno != ENOENT) {
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dacfileio.c102 if (errno == ENOENT)
/fuchsia/zircon/system/utest/fs/
H A Dtest-link.c294 ASSERT_EQ(errno, ENOENT, "");
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dzircon.c446 if (errno != ENOENT || !force) {
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp397 return -ENOENT;
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doslinuxtbl.c199 case ENOENT:
/fuchsia/zircon/system/host/fvm/container/
H A Dfvm.cpp48 if (errno == ENOENT) {
/fuchsia/zircon/system/utest/fs-management/
H A Dfs-management.cpp627 ASSERT_EQ(err, ENOENT);
/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c820 if (errno != ENOENT) {
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp273 if (!fd && errno == ENOENT) {
295 if (errno == ENOENT) {
/fuchsia/zircon/system/core/devmgr/
H A Ddevmgr-coordinator.cpp1080 if (errno != ENOENT) {
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c849 case ZX_ERR_NOT_FOUND: return ENOENT;

Completed in 120 milliseconds

12