Searched defs:libStat (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dcommands.cpp1562 struct stat s, libStat; local
1584 if (lstat(libsymlink, &libStat) < 0) {
1591 if (S_ISDIR(libStat.st_mode)) {
1596 } else if (S_ISLNK(libStat.st_mode)) {

Completed in 24 milliseconds