OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LSTAT
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
lsattr.c
15
* 93/11/13 - Replace stat() calls by
lstat
() to avoid loops
64
#define
LSTAT
lstat64
67
#define
LSTAT
lstat
114
if (
LSTAT
(name, &st) == -1) {
140
if (
LSTAT
(path, &st) == -1)
chattr.c
15
* 93/11/13 - Replace stat() calls by
lstat
() to avoid loops
75
#define
LSTAT
lstat64
78
#define
LSTAT
lstat
197
if (
LSTAT
(name, &st) == -1) {
/external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 91 milliseconds