OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_stats
(Results
1 - 9
of
9
) sorted by null
/external/ImageMagick/MagickCore/
utility.c
1827
file_stats
;
local
[
all
...]
blob.c
1020
file_stats
;
1004
file_stats
;
local
1171
file_stats
;
local
1673
file_stats
;
local
1946
file_stats
;
local
[
all
...]
xml-tree.c
647
file_stats
;
654
if ((fstat(file,&
file_stats
) == 0) && (
file_stats
.st_size > 0))
655
quantum=(size_t) MagickMin(
file_stats
.st_size,MagickMaxBufferExtent);
638
file_stats
;
local
[
all
...]
cache.c
513
file_stats
;
525
if ((fstat(cache_info->file,&
file_stats
) == 0) && (
file_stats
.st_size > 0))
526
quantum=(size_t) MagickMin(
file_stats
.st_size,MagickMaxBufferExtent);
500
file_stats
;
local
[
all
...]
/external/webrtc/webrtc/base/
stream.cc
450
struct stat
file_stats
;
local
451
if (fstat(fileno(file_), &
file_stats
) != 0)
454
*size =
file_stats
.st_size;
476
struct stat
file_stats
;
local
477
if (stat(filename.c_str(), &
file_stats
) != 0)
479
*size =
file_stats
.st_size;
/prebuilts/gdb/darwin-x86/lib/python2.7/
pstats.py
113
file_stats
= os.stat(arg)
114
arg = time.ctime(
file_stats
.st_mtime) + " " + arg
/prebuilts/gdb/linux-x86/lib/python2.7/
pstats.py
113
file_stats
= os.stat(arg)
114
arg = time.ctime(
file_stats
.st_mtime) + " " + arg
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pstats.py
113
file_stats
= os.stat(arg)
114
arg = time.ctime(
file_stats
.st_mtime) + " " + arg
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pstats.py
113
file_stats
= os.stat(arg)
114
arg = time.ctime(
file_stats
.st_mtime) + " " + arg
Completed in 575 milliseconds