Searched refs:stdot (Results 1 - 1 of 1) sorted by relevance

/system/core/sh/
H A Dcd.c342 struct stat stdot, stpwd; local
351 if (pwd && *pwd == '/' && stat(".", &stdot) != -1 &&
353 stdot.st_dev == stpwd.st_dev &&
354 stdot.st_ino == stpwd.st_ino) {

Completed in 37 milliseconds