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
999
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ipsec-tools/src/racoon/
prsa_par.y
323
if (st.
st_mode
& (S_IRWXG | S_IRWXO)) {
329
st.
st_mode
& 0777);
/external/ppp/pppd/plugins/radius/
config.c
351
if (!S_ISREG(st.
st_mode
)) {
362
if (!S_ISREG(st.
st_mode
)) {
/external/squashfs-tools/squashfs-tools/
mksquashfs.c
931
base->mode = SQUASHFS_MODE(buf->
st_mode
);
[
all
...]
/bionic/libc/bionic/
dirent.cpp
82
if (!S_ISDIR(sb.
st_mode
)) {
/bootable/recovery/applypatch/
freecache.cpp
101
if (stat(path.c_str(), &st) == 0 && S_ISREG(st.
st_mode
)) {
/build/tools/acp/
acp.c
92
if (S_ISDIR(sb.
st_mode
)) {
/cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp
67
env->SetIntField(fileStatus, gFileStatusModeFieldID, s.
st_mode
);
/external/autotest/client/cros/
dns_server.py
80
self._resolv_dir_mode = os.stat(resolv_dir).
st_mode
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c
118
if (S_ISSOCK(file_stat.
st_mode
)) {
/external/autotest/client/site_tests/security_ProfilePermissions/
security_ProfilePermissions.py
38
actual_mode = stat.S_IMODE(s.
st_mode
)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py
125
return (os.stat(path).
st_mode
& stat.S_ISUID) == stat.S_ISUID
/external/e2fsprogs/lib/blkid/
save.c
93
if (ret == 0 && S_ISREG(st.
st_mode
)) {
/external/e2fsprogs/lib/ext2fs/
getsize.c
243
if (S_ISREG(st.
st_mode
)) {
/external/e2fsprogs/util/
copy_sparse.c
106
if (!S_ISREG(fileinfo.
st_mode
)) {
/external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h
184
// if (S_ISDIR(st_buf.
st_mode
)) continue;
/external/libbrillo/brillo/
file_utils.cc
70
S_ISREG(file_stat.
st_mode
) && file_stat.st_uid == uid &&
/external/libmicrohttpd/src/examples/
https_fileserver_example.c
141
(S_ISREG (buf.
st_mode
)) )
/external/libselinux/src/
stringrep.c
117
if (m.
st_mode
& S_IFDIR) {
/external/selinux/libselinux/src/
label_android_property.c
157
if (!S_ISREG(sb.
st_mode
))
label_media.c
99
if (!S_ISREG(sb.
st_mode
)) {
label_x.c
126
if (!S_ISREG(sb.
st_mode
)) {
stringrep.c
117
if (m.
st_mode
& S_IFDIR) {
/external/skia/src/ports/
SkOSFile_stdio.cpp
182
return SkToBool(status.
st_mode
& S_IFDIR);
/external/strace/tests/
sendfile.c
67
assert(S_ISREG(stb.
st_mode
) && blen > 0);
sendfile64.c
67
assert(S_ISREG(stb.
st_mode
) && blen > 0);
Completed in 2591 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>