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

/frameworks/native/cmds/installd/
H A Dcommands.c38 struct stat libStat; local
70 if (lstat(libsymlink, &libStat) < 0) {
76 if (S_ISDIR(libStat.st_mode)) {
81 } else if (S_ISLNK(libStat.st_mode)) {
195 struct stat libStat; local
220 if (lstat(libsymlink, &libStat) < 0) {
227 if (S_ISDIR(libStat.st_mode)) {
234 } else if (S_ISLNK(libStat.st_mode)) {
1299 struct stat s, libStat; local
1324 if (lstat(libsymlink, &libStat) <
[all...]

Completed in 48 milliseconds