OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_mode
(Results
551 - 575
of
821
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/qemu/distrib/libselinux/src/
android.c
1108
if (selabel_lookup(sehandle, &secontext, pathname, sb->
st_mode
) < 0)
[
all
...]
/frameworks/av/media/mtp/
MtpServer.cpp
[
all
...]
/frameworks/native/cmds/installd/
utils.c
333
if (fchmod(dstfd, st.
st_mode
) != 0) {
[
all
...]
/frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp
426
if (!S_ISREG(statbuf.
st_mode
)) {
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py
615
mod = os.stat(path)[stat.
ST_MODE
]
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py
223
result.
st_mode
= 1
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py
223
result.
st_mode
= 1
[
all
...]
/art/runtime/
dex_file.cc
188
if (S_ISDIR(sbuf.
st_mode
)) {
[
all
...]
/external/chromium_org/third_party/sqlite/
system-sqlite.patch
862
- *pMode = sStat.
st_mode
& 0777;
/external/e2fsprogs/e2fsck/
profile.c
270
if ((stat(fn, &st) < 0) || !S_ISREG(st.
st_mode
)) {
[
all
...]
/external/e2fsprogs/misc/
e2image.c
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c
118
if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.
st_mode
))
[
all
...]
/external/lldb/source/Host/common/
FileSpec.cpp
615
mode_t file_type = file_stats.
st_mode
& S_IFMT;
[
all
...]
/external/mksh/src/
var.c
1215
stat(s, &statb) == 0 && S_ISDIR(statb.
st_mode
))
[
all
...]
/external/sonivox/arm-fm-22k/bin/
arm-fm-22k
/external/valgrind/main/coregrind/
m_libcfile.c
269
(_p_vgstat)->mode = (UInt) ( (_p_vkistat)->
st_mode
); \
[
all
...]
/external/valgrind/main/include/vki/
vki-amd64-linux.h
326
unsigned int
st_mode
;
member in struct:vki_stat
vki-arm64-linux.h
297
unsigned int
st_mode
;
member in struct:vki_stat
/frameworks/base/core/jni/
AndroidRuntime.cpp
354
return S_ISDIR(s.
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/omap4-aah/security/tf_daemon/
delegation_client.c
530
if ((buf.
st_mode
& (S_IXUSR | S_IWUSR)) != (S_IXUSR | S_IWUSR))
[
all
...]
/hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c
487
if ((buf.
st_mode
& (S_IXUSR | S_IWUSR)) != (S_IXUSR | S_IWUSR))
[
all
...]
/ndk/sources/host-tools/make-3.81/
remake.c
[
all
...]
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcov.a
121
st_dev ?? # st_ino ? #
st_mode