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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1638 struct stat s, libStat; local
1660 if (lstat(libsymlink, &libStat) < 0) {
1667 if (S_ISDIR(libStat.st_mode)) {
1672 } else if (S_ISLNK(libStat.st_mode)) {

Completed in 53 milliseconds