OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_mode
(Results
351 - 375
of
726
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/bionic/libc/bionic/
fts.c
822
if (S_ISDIR(sbp->
st_mode
)) {
851
if (S_ISLNK(sbp->
st_mode
))
853
if (S_ISREG(sbp->
st_mode
))
/bootable/recovery/applypatch/
applypatch.c
312
file->st.
st_mode
= 0644;
346
if (chmod(filename, file->st.
st_mode
) != 0) {
[
all
...]
/ndk/sources/host-tools/make-3.81/glob/
glob.c
810
&& S_ISDIR (st.
st_mode
)))
956
|| !S_ISDIR (st.
st_mode
))
1032
&& S_ISDIR (st.
st_mode
))
[
all
...]
/bootable/recovery/updater/
install.c
766
if (S_ISLNK(statptr->
st_mode
)) {
794
if (parsed.has_dmode && S_ISDIR(statptr->
st_mode
)) {
802
if (parsed.has_fmode && S_ISREG(statptr->
st_mode
)) {
819
if (parsed.has_capabilities && S_ISREG(statptr->
st_mode
)) {
[
all
...]
/external/chromium_org/third_party/libxslt/libxslt/
security.c
297
if (S_ISDIR(stat_buffer.
st_mode
)) {
/external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.c
153
if (fstat((intptr_t) nativeDisplay, &buf) == 0 && S_ISCHR(buf.
st_mode
))
/external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc
128
return S_ISREG(st.
st_mode
);
/external/dropbear/
svr-authpubkey.c
329
if (filestat.
st_mode
& (S_IWGRP | S_IWOTH)) {
/external/e2fsprogs/resize/
main.c
292
if (!S_ISREG(st_buf.
st_mode
)) {
/external/libppp/src/
exec.c
384
if (fstat(p->fd, &st) != -1 && (st.
st_mode
& S_IFIFO)) {
udp.c
285
if (fstat(p->fd, &st) != -1 && (st.
st_mode
& S_IFSOCK)) {
/external/libxslt/libxslt/
security.c
297
if (S_ISDIR(stat_buffer.
st_mode
)) {
/external/linux-tools-perf/
builtin-help.c
385
|| !S_ISREG(st.
st_mode
))
/external/mesa3d/src/egl/main/
egldisplay.c
153
if (fstat((intptr_t) nativeDisplay, &buf) == 0 && S_ISCHR(buf.
st_mode
))
/external/openssh/
loginrec.c
[
all
...]
sftp-client.c
1369
if (!S_ISREG(sb.
st_mode
)) {
[
all
...]
/external/oprofile/libopagent/
opagent.c
138
if (rc || !S_ISDIR(dirstat.
st_mode
)) {
/external/ppp/pppd/
options.c
1093
return sbuf.
st_mode
& S_IRUSR;
1095
return sbuf.
st_mode
& S_IRGRP;
1098
return sbuf.
st_mode
& S_IRGRP;
1099
return sbuf.
st_mode
& S_IROTH;
[
all
...]
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
108
if (!S_ISREG(st->
st_mode
)) {
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
231
if (!S_ISREG(statInFile.
st_mode
)) {
/libcore/luni/src/main/java/java/io/
File.java
529
return S_ISDIR(Libcore.os.stat(path).
st_mode
);
544
return S_ISREG(Libcore.os.stat(path).
st_mode
);
712
int newMode = set ? (sb.
st_mode
| mask) : (sb.
st_mode
& ~mask);
[
all
...]
/system/core/toolbox/
newfs_msdos.c
386
if (!S_ISREG(sb.
st_mode
))
389
if (!S_ISCHR(sb.
st_mode
))
393
check_mounted(fname, sb.
st_mode
);
507
if (!S_ISREG(sb.
st_mode
) || sb.st_size % bpb.bps ||
/external/bison/darwin-lib/sys/
stat.h
513
# define S_TYPEISSEM(p) (S_ISNAM ((p)->
st_mode
) && (p)->st_rdev == S_INSEM)
521
# define S_TYPEISSHM(p) (S_ISNAM ((p)->
st_mode
) && (p)->st_rdev == S_INSHD)
[
all
...]
/external/bison/lib/
sys_stat.in.h
201
# define S_TYPEISSEM(p) (S_ISNAM ((p)->
st_mode
) && (p)->st_rdev == S_INSEM)
209
# define S_TYPEISSHM(p) (S_ISNAM ((p)->
st_mode
) && (p)->st_rdev == S_INSHD)
/external/bison/linux-lib/sys/
stat.h
513
# define S_TYPEISSEM(p) (S_ISNAM ((p)->
st_mode
) && (p)->st_rdev == S_INSEM)
521
# define S_TYPEISSHM(p) (S_ISNAM ((p)->
st_mode
) && (p)->st_rdev == S_INSHD)
[
all
...]
Completed in 1217 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>