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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1878 struct stat s, libStat; local
1900 if (lstat(libsymlink, &libStat) < 0) {
1906 if (S_ISDIR(libStat.st_mode)) {
1911 } else if (S_ISLNK(libStat.st_mode)) {

Completed in 2337 milliseconds