Searched refs:ENOTEMPTY (Results 1 – 6 of 6) sorted by relevance
20 #define ENOTEMPTY 39 /* Directory not empty */ macro
68 #define ENOTEMPTY 93 /* Directory not empty */ macro
109 #define ENOTEMPTY 247 /* Directory not empty */ macro
43 #define ENOTEMPTY 66 /* Directory not empty */ macro
40 #define ENOTEMPTY 66 /* Directory not empty */ macro
261 if (errno != ENOTEMPTY && errno != EBUSY) in remove_path()2452 ASSERT_EQ(ENOTEMPTY, errno); in TEST_F_FORK()
Completed in 16 milliseconds