Searched refs:stat (Results 101 - 125 of 1338) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.h37 - (void)stat;
/external/bison/lib/
H A Dopen.c45 #include <sys/stat.h>
131 struct stat statbuf;
132 if (stat (filename, &statbuf) == 0 && S_ISDIR (statbuf.st_mode))
163 struct stat statbuf;
H A Dsys_stat.in.h1 /* Provide a more complete sys/stat header file.
19 /* This file is supposed to be used on platforms where <sys/stat.h> is
72 # define stat _stati64
338 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
339 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
341 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
345 /* Above, we define stat to _stati64. */
363 (int fd, char const *name, struct stat *st, int flags)
366 (int fd, char const *name, struct stat *st, int flags));
370 (int fd, char const *name, struct stat *s
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs_node.h27 virtual Error GetStat(struct stat* stat);
49 Error GetStat_Locked(struct stat* stat);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Drealpath.c11 #include <sys/stat.h>
34 struct stat statbuf;
55 if (stat(resolved_path, &statbuf) != 0)
110 if (stat(resolved_path, &statbuf) != 0)
/external/chromium_org/third_party/libevent/test/
H A Dtest-init.c14 #include <sys/stat.h>
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_fdio.cc8 #include <sys/stat.h>
15 #include "native_client/src/trusted/service_runtime/include/sys/stat.h"
48 struct stat host_st;
70 // rather than host type, such as off_t, struct stat or struct dirent.
80 reinterpret_cast<int(*)(int, struct stat*)>(IrtFstat),
/external/chromium_org/sandbox/linux/services/
H A Dthread_helpers.cc11 #include <sys/stat.h>
29 struct stat task_stat;
76 struct stat task_stat;
/external/chromium_org/sandbox/linux/tests/
H A Dscoped_temporary_file_unittest.cc10 #include <sys/stat.h>
69 struct stat buf;
70 ASSERT_EQ(-1, stat(temp_file_name.c_str(), &buf));
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dgbmint.h32 #include <sys/stat.h>
58 struct stat stat; member in struct:gbm_device
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprobslet.h160 #include <stat.h>
162 #include <sys/stat.h>
165 NSPR_API(PRInt32) PR_Stat(const char *path, struct stat *buf);
/external/chromium_org/third_party/opus/src/
H A Ddepcomp136 stat=$?
137 if test $stat -eq 0; then :
140 exit $stat
159 stat=$?
160 if test $stat -eq 0; then :
163 exit $stat
202 stat=$?
203 if test $stat -eq 0; then :
206 exit $stat
264 stat
[all...]
/external/chromium_org/tools/gyp/test/win/win-tool/
H A Dgyptest-win-tool-handles-readonly-files.py15 import stat namespace
26 test.chmod(f, stat.S_IREAD)
37 test.chmod(test.built_file_path(f), stat.S_IREAD)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_linux.cc28 // With old kernels (and even new kernels on powerpc) asm/stat.h uses types that
33 #include <sys/stat.h>
41 // This header seems to contain the definitions of _kernel_ stat* structs.
42 #include <asm/stat.h>
69 COMPILER_CHECK(struct_kernel_stat_sz == sizeof(struct stat));
/external/e2fsprogs/lib/e2p/
H A Dfgetflags.c29 #include <sys/stat.h>
45 struct stat buf;
48 if (stat (name, &buf) == -1)
/external/e2fsprogs/misc/
H A Dmklost+found.c23 #include <sys/stat.h>
35 struct stat st;
70 if (stat (LPF, &st) == -1) {
71 perror ("stat");
/external/libcap-ng/libcap-ng-0.7/
H A Ddepcomp124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat
[all...]
/external/libmtp/examples/
H A Dsendfile.c29 #include <sys/stat.h>
54 struct stat sb;
59 if ( stat(from_path, &sb) == -1 ) {
61 perror("stat");
/external/libopus/
H A Ddepcomp136 stat=$?
137 if test $stat -eq 0; then :
140 exit $stat
159 stat=$?
160 if test $stat -eq 0; then :
163 exit $stat
202 stat=$?
203 if test $stat -eq 0; then :
206 exit $stat
264 stat
[all...]
/external/mesa3d/src/gbm/main/
H A Dgbmint.h32 #include <sys/stat.h>
58 struct stat stat; member in struct:gbm_device
/external/openfst/
H A Ddepcomp124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat
[all...]
/external/pixman/
H A Ddepcomp124 stat=$?
125 if test $stat -eq 0; then :
128 exit $stat
147 stat=$?
148 if test $stat -eq 0; then :
151 exit $stat
191 stat=$?
192 if test $stat -eq 0; then :
195 exit $stat
249 stat
[all...]
/external/skia/src/ports/
H A DSkOSFile_posix.cpp14 #include <sys/stat.h>
27 struct stat status;
48 struct stat status;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc197 FrameStatistic& stat = stats_->NewFrame(frame_number); local
219 stat.encode_return_code = encode_result;
245 FrameStatistic& stat = stats_->stats_[frame_number]; local
246 stat.encode_time_in_us = GetElapsedTimeMicroseconds(encode_start_,
248 stat.encoding_successful = true;
249 stat.encoded_frame_length_in_bytes = encoded_image->_length;
250 stat.frame_number = encoded_image->_timeStamp;
251 stat.frame_type = encoded_image->_frameType;
252 stat.bit_rate_in_kbps = encoded_image->_length * bit_rate_factor_;
253 stat
300 FrameStatistic& stat = stats_->stats_[frame_number]; local
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_kernel_proxy.h9 #include <sys/stat.h>
34 MOCK_METHOD2(fstat, int(int, struct stat*));
46 MOCK_METHOD2(lstat, int(const char*, struct stat*));
61 MOCK_METHOD2(stat, int(const char*, struct stat*));

Completed in 711 milliseconds

1234567891011>>