ENOTEMPTY 212 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc return ENOTEMPTY; ENOTEMPTY 285 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc return ENOTEMPTY; ENOTEMPTY 126 native_client_sdk/src/libraries/third_party/pthreads-win32/need_errno.h #if !defined(ENOTEMPTY) ENOTEMPTY 140 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc EXPECT_EQ(ENOTEMPTY, fs.Rmdir(Path("/foo"))); ENOTEMPTY 268 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(ENOTEMPTY, fs.Rename(Path("/dir1"), Path("/dir2"))); ENOTEMPTY 359 third_party/libxml/src/xmlIO.c #ifdef ENOTEMPTY ENOTEMPTY 360 third_party/libxml/src/xmlIO.c else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY;