Home
last modified time | relevance | path

Searched refs:isdirempty (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A Dsysfile.c169 isdirempty(struct inode *dp) in isdirempty() function
213 if(ip->type == T_DIR && !isdirempty(ip)){ in sys_unlink()