OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yaffs_stat
(Results
1 - 3
of
3
) sorted by null
/external/yaffs2/yaffs2/direct/
yaffsfs.h
159
struct
yaffs_stat
{
struct
185
int
yaffs_stat
(const char *path, struct
yaffs_stat
*buf) ;
186
int yaffs_lstat(const char *path, struct
yaffs_stat
*buf) ;
187
int yaffs_fstat(int fd, struct
yaffs_stat
*buf) ;
dtest.c
487
struct
yaffs_stat
s;
502
yaffs_stat
(str,&s);
534
struct
yaffs_stat
s;
625
struct
yaffs_stat
ystat;
712
r =
yaffs_stat
("/boot/file with a long name",&ystat);
799
yaffs_stat
("/boot/yyfile",&ystat);
869
struct
yaffs_stat
s;
884
struct
yaffs_stat
ystat;
1369
struct
yaffs_stat
s;
[
all
...]
yaffsfs.c
821
static int yaffsfs_DoStat(yaffs_Object *obj,struct
yaffs_stat
*buf)
864
static int yaffsfs_DoStatOrLStat(const char *path, struct
yaffs_stat
*buf,int doLStat)
894
int
yaffs_stat
(const char *path, struct
yaffs_stat
*buf)
function
899
int yaffs_lstat(const char *path, struct
yaffs_stat
*buf)
904
int yaffs_fstat(int fd, struct
yaffs_stat
*buf)
Completed in 2277 milliseconds