OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stat
(Results
301 - 325
of
1263
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/core/sh/
main.c
52
#include <sys/
stat
.h>
342
struct
stat
statb;
349
if ((
stat
(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
/bionic/libc/kernel/common/linux/
module.h
18
#include <linux/
stat
.h>
/bionic/libc/kernel/common/linux/sunrpc/
xprt.h
160
}
stat
;
member in struct:rpc_xprt
/bionic/libc/stdio/
tmpfile.c
35
#include <sys/
stat
.h>
/bootable/diskinstaller/libdiskconfig/
diskutils.c
26
#include <sys/
stat
.h>
/build/core/combo/
HOST_windows-x86.mk
64
# TODO: find out what format cygwin's
stat
(1) uses
/build/tools/isprelinked/
isprelinked.c
23
#include <sys/
stat
.h>
/dalvik/vm/arch/arm/
HintsEABI.c
26
#include <sys/
stat
.h>
/dalvik/vm/arch/x86/
Hints386ABI.c
26
#include <sys/
stat
.h>
/dalvik/vm/arch/x86-atom/
Hints386ABI.c
49
#include <sys/
stat
.h>
/development/simulator/app/
LocalBiChannel.cpp
15
# include <sys/
stat
.h>
283
struct
stat
sb;
291
cc =
stat
(mFileName, &sb);
295
"Unable to
stat
'%s' (errno=%d)\n", mFileName, errno);
/device/htc/common/updater/
recovery_updater.c
22
#include <sys/
stat
.h>
/external/bluetooth/glib/
config.h.win32.in
454
/* Define to 1 if `st_atimensec' is member of `struct
stat
'. */
457
/* Define to 1 if `st_atim.tv_nsec' is member of `struct
stat
'. */
460
/* Define to 1 if `st_blksize' is member of `struct
stat
'. */
463
/* Define to 1 if `st_blocks' is member of `struct
stat
'. */
466
/* Define to 1 if `st_ctimensec' is member of `struct
stat
'. */
469
/* Define to 1 if `st_ctim.tv_nsec' is member of `struct
stat
'. */
472
/* Define to 1 if `st_mtimensec' is member of `struct
stat
'. */
475
/* Define to 1 if `st_mtim.tv_nsec' is member of `struct
stat
'. */
515
/* Define to 1 if you have the <sys/
stat
.h> header file. */
/external/bluetooth/glib/gio/fen/
fen-data.h
27
#include <sys/
stat
.h>
/external/bluetooth/glib/gio/xdgmime/
xdgmimecache.h
62
struct
stat
*statbuf);
/external/bluetooth/glib/glib/
config.h
392
/* Define to 1 if `st_atimensec' is member of `struct
stat
'. */
395
/* Define to 1 if `st_atim.tv_nsec' is member of `struct
stat
'. */
398
/* Define to 1 if `st_blksize' is member of `struct
stat
'. */
401
/* Define to 1 if `st_blocks' is member of `struct
stat
'. */
404
/* Define to 1 if `st_ctimensec' is member of `struct
stat
'. */
407
/* Define to 1 if `st_ctim.tv_nsec' is member of `struct
stat
'. */
410
/* Define to 1 if `st_mtimensec' is member of `struct
stat
'. */
413
/* Define to 1 if `st_mtim.tv_nsec' is member of `struct
stat
'. */
449
/* Define to 1 if you have the <sys/
stat
.h> header file. */
/external/e2fsprogs/debugfs/
debug_cmds.ct
44
show_inode_info,
stat
;
/external/e2fsprogs/lib/ext2fs/
alloc_tables.c
21
#include <sys/
stat
.h>
mkdir.c
20
#include <sys/
stat
.h>
mkjournal.c
23
#include <sys/
stat
.h>
275
struct
stat
st;
283
if (
stat
(journal_dev->device_name, &st) < 0)
339
struct
stat
st;
tst_byteswap.c
19
#include <sys/
stat
.h>
/external/e2fsprogs/tests/f_swapfs/
expect
24
debugfs:
stat
sym
34
debugfs:
stat
double-indirect-test
86
debugfs:
stat
sym
96
debugfs:
stat
double-indirect-test
/external/expat/
expat_config.h.in
42
/* Define to 1 if you have the <sys/
stat
.h> header file. */
/external/grub/
config.h.in
60
/* Define to 1 if you have the <sys/
stat
.h> header file. */
/external/grub/lib/
device.c
33
#include <sys/
stat
.h>
233
struct
stat
st;
271
struct
stat
st;
273
dev_devfsd_exists =
stat
("/dev/.devfsd", &st) == 0;
459
struct
stat
st;
685
struct
stat
st;
690
if (
stat
(discn, &st) < 0)
833
struct
stat
st;
836
assert (
stat
(map[drive], &st) == 0);
Completed in 196 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>