OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_mode
(Results
476 - 500
of
726
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/openssh/
sftp.c
493
return(S_ISDIR(sb.
st_mode
));
812
S_ISDIR(g.gl_statv[0]->
st_mode
)) {
[
all
...]
sftp-server.c
1078
else if (S_ISREG(sb.
st_mode
)) {
[
all
...]
/external/ppp/pppd/
main.c
[
all
...]
/external/valgrind/main/include/vki/
vki-arm-linux.h
323
unsigned short
st_mode
;
member in struct:vki_stat
348
unsigned int
st_mode
;
member in struct:vki_stat64
vki-mips32-linux.h
392
unsigned int
st_mode
;
member in struct:vki_stat
427
unsigned int
st_mode
;
member in struct:vki_stat64
[
all
...]
vki-ppc32-linux.h
405
unsigned int
st_mode
;
member in struct:vki_stat
426
unsigned int
st_mode
;
member in struct:vki_stat64
[
all
...]
vki-x86-linux.h
361
unsigned short
st_mode
;
member in struct:vki_stat
386
unsigned int
st_mode
;
member in struct:vki_stat64
/ndk/sources/host-tools/sed-4.2.1/sed/
execute.c
749
if (!S_ISREG (input->st.
st_mode
))
815
input->st.
st_mode
);
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py
326
self.assertEqual(tarinfo.mode & 0777, os.stat(path).
st_mode
& 0777)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py
326
self.assertEqual(tarinfo.mode & 0777, os.stat(path).
st_mode
& 0777)
[
all
...]
/system/core/sdcard/
sdcard.c
394
attr->mode = s->
st_mode
;
402
int owner_mode = s->
st_mode
& 0700;
[
all
...]
/system/vold/
cryptfs.c
277
if (S_ISREG(statbuf.
st_mode
)) {
396
if (S_ISREG(statbuf.
st_mode
) && (statbuf.st_size != 0x4000)) {
[
all
...]
/art/runtime/
dex_file.cc
174
if (S_ISDIR(sbuf.
st_mode
)) {
[
all
...]
/external/chromium_org/chrome/browser/mac/
keystone_glue.mm
726
if (!(statbuf.
st_mode
& S_IXUSR)) {
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
98
base::StringPrintf("%03o", info.stat().
st_mode
& 0x1ff));
[
all
...]
/external/ipsec-tools/src/racoon/
eaytest.c
531
if (!(sb.
st_mode
& S_IFDIR)) {
/external/llvm/lib/Support/
raw_ostream.cpp
588
if (S_ISCHR(statbuf.
st_mode
) && isatty(FD))
/external/qemu/android/camera/
camera-capture-linux.c
504
if (!S_ISCHR(st.
st_mode
)) {
[
all
...]
/external/valgrind/main/coregrind/
m_libcfile.c
258
(_p_vgstat)->mode = (UInt) ( (_p_vkistat)->
st_mode
); \
[
all
...]
/frameworks/av/media/mtp/
MtpServer.cpp
[
all
...]
/frameworks/base/core/jni/
AndroidRuntime.cpp
369
return S_ISDIR(s.
st_mode
);
[
all
...]
/frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp
426
if (!S_ISREG(statbuf.
st_mode
)) {
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so
libmudflap.so.0
Completed in 1467 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>