OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdot
(Results
1 - 1
of
1
) sorted by null
/system/core/sh/
cd.c
342
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 3038 milliseconds