OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_mode
(Results
451 - 475
of
548
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libusb/libusb/os/
linux_usbfs.c
258
if (r == 0 && S_ISDIR(statbuf.
st_mode
)) {
939
if (r == 0 && S_ISREG(statbuf.
st_mode
)) {
[
all
...]
/external/openssh/
session.c
[
all
...]
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
442
if ((s.
st_mode
& S_IFMT) == S_IFLNK) {
676
ALOGV("
st_mode
= %u", sb.
st_mode
);
[
all
...]
/ndk/sources/host-tools/make-3.81/
read.c
[
all
...]
remake.c
[
all
...]
/system/core/sdcard/
sdcard.c
394
attr->mode = s->
st_mode
;
402
int owner_mode = s->
st_mode
& 0700;
[
all
...]
/dalvik/vm/analysis/
DexPrepare.cpp
88
if (!S_ISDIR(sb.
st_mode
)) {
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
drive_internals_ui.cc
98
base::StringPrintf("%03o", info.stat().
st_mode
& 0x1ff));
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
os_unix.c
[
all
...]
/external/e2fsprogs/lib/ext2fs/
unix_io.c
547
(S_ISBLK(st.
st_mode
))) {
/external/ipsec-tools/src/racoon/
eaytest.c
531
if (!(sb.
st_mode
& S_IFDIR)) {
/external/jhead/
jhead.c
[
all
...]
/external/linux-tools-perf/
builtin-script.c
677
return S_ISDIR(st.
st_mode
);
/external/ppp/pppd/
utils.c
942
if ((sbuf.
st_mode
& S_IFMT) != S_IFCHR) {
/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
...]
android_util_Process.cpp
376
if (stat(text, &st) || !S_ISREG(st.
st_mode
)) {
/frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp
426
if (!S_ISREG(statbuf.
st_mode
)) {
[
all
...]
/frameworks/wilhelm/tests/sandbox/
xaplay.c
328
if (!S_ISREG(statbuf.
st_mode
)) {
[
all
...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp
951
if (path != NULL && stat(path, &ss) == 0 && S_ISDIR(ss.
st_mode
)) {
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
487
if ((buf.
st_mode
& (S_IXUSR | S_IWUSR)) != (S_IXUSR | S_IWUSR))
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py
131
self.assertEqual(stat.S_IMODE(s.
st_mode
),
test_os.py
223
result.
st_mode
= 1
[
all
...]
Completed in 852 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>