OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_mode
(Results
501 - 525
of
821
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/jhead/
main.c
144
chmod(filename, buf.
st_mode
);
/external/libselinux/src/
label_file.c
435
if (!S_ISREG(sb.
st_mode
)) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c
373
if (!fstat(STDOUT_FILENO, &st) && S_ISFIFO(st.
st_mode
))
builtin-report.c
864
if (!fstat(STDIN_FILENO, &st) && S_ISFIFO(st.
st_mode
))
/external/lldb/source/Commands/
CommandCompletions.cpp
280
if ((stat(partial_name_copy, &stat_buf) == 0) && S_ISDIR(stat_buf.
st_mode
))
/external/ppp/pppd/
utils.c
942
if ((sbuf.
st_mode
& S_IFMT) != S_IFCHR) {
/external/qemu/distrib/libselinux/src/
label_file.c
435
if (!S_ISREG(sb.
st_mode
)) {
/frameworks/base/core/jni/
android_util_Process.cpp
363
if (stat(text, &st) || !S_ISREG(st.
st_mode
)) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java
514
if (!S_ISDIR(stat.
st_mode
)) {
518
sb.append((stat.
st_mode
& S_IFMT));
535
if ((stat.
st_mode
& ~S_IFMT) != perms) {
539
sb.append(Integer.toOctalString(stat.
st_mode
& ~S_IFMT));
[
all
...]
/frameworks/base/libs/androidfw/
Asset.cpp
153
if (!S_ISREG(st.
st_mode
)) {
/frameworks/native/cmds/dumpstate/
dumpstate.c
68
if (fstat(fd, &st) == 0 && S_ISREG(st.
st_mode
) &&
/frameworks/wilhelm/tests/sandbox/
xaplay.c
328
if (!S_ISREG(statbuf.
st_mode
)) {
[
all
...]
/libcore/luni/src/main/java/libcore/io/
IoBridge.java
445
if (S_ISDIR(Libcore.os.fstat(fd).
st_mode
)) {
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py
489
return (s.
st_mode
& 0170000) == 0040000
webbrowser.py
116
mode = os.stat(cmd)[stat.
ST_MODE
]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py
131
self.assertEqual(stat.S_IMODE(s.
st_mode
),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py
489
return (s.
st_mode
& 0170000) == 0040000
webbrowser.py
116
mode = os.stat(cmd)[stat.
ST_MODE
]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py
131
self.assertEqual(stat.S_IMODE(s.
st_mode
),
/prebuilts/sdk/tools/linux/
zipalign
/system/core/adb/
usb_linux.c
273
if (!fstat(fd, &st) && S_ISCHR(st.
st_mode
)) {
/system/core/fs_mgr/
fs_mgr.c
206
if ((info.
st_mode
& S_IFMT) == S_IFLNK)
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.c
293
if (S_ISCHR(sb.
st_mode
))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h
[
all
...]
Completed in 1551 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>