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

/frameworks/native/cmds/installd/
H A Dcommands.c39 struct stat libStat; local
71 if (lstat(libsymlink, &libStat) < 0) {
77 if (S_ISDIR(libStat.st_mode)) {
82 } else if (S_ISLNK(libStat.st_mode)) {
196 struct stat libStat; local
221 if (lstat(libsymlink, &libStat) < 0) {
228 if (S_ISDIR(libStat.st_mode)) {
235 } else if (S_ISLNK(libStat.st_mode)) {
1375 struct stat s, libStat; local
1400 if (lstat(libsymlink, &libStat) <
[all...]

Completed in 29 milliseconds