OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:umask
(Results
201 - 225
of
776
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/linux-tools-perf/Documentation/
perf-top.txt
42
event (eventsel+
umask
) in the form of rNNN where NNN is a
/external/v8/src/
d8-posix.cc
544
const char* message = "
umask
() takes one argument";
549
int previous =
umask
(mask);
552
const char* message = "
umask
() argument must be numeric";
683
os_templ->Set(String::New("
umask
"), FunctionTemplate::New(SetUMask));
/hardware/ril/rild/
rild.c
112
umask
(S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH | S_IXOTH);
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/
libc.so
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/
libc.so
/external/chromium_org/chrome/installer/gcapi_mac/
gcapi.mm
206
// * Permissions are set according to the
umask
of the current process. For
207
// more information, see
umask
.
/external/chromium_org/tools/gyp/pylib/gyp/generator/
xcode.py
463
# file that can only be read by the owner, regardless of the
umask
.
464
# There's no reason to not respect the
umask
here, which means that
467
# No way to get the
umask
without setting a new one? Set a safe one
469
umask
= os.
umask
(077)
470
os.
umask
(
umask
)
472
os.chmod(new_pbxproj_path, 0666 & ~
umask
)
[
all
...]
/external/e2fsprogs/lib/uuid/
gen_uuid.c
320
save_umask =
umask
(0);
323
(void)
umask
(save_umask);
/external/e2fsprogs/misc/
uuidd.c
301
save_umask =
umask
(0);
310
(void)
umask
(save_umask);
/ndk/sources/host-tools/sed-4.2.1/sed/
utils.c
224
save_umask =
umask
(0700);
226
umask
(save_umask);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h
309
extern __mode_t
umask
(__mode_t __mask) __THROW;
312
/* Get the current `
umask
' value without changing it.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h
309
extern __mode_t
umask
(__mode_t __mask) __THROW;
312
/* Get the current `
umask
' value without changing it.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
stat.h
309
extern __mode_t
umask
(__mode_t __mask) __THROW;
312
/* Get the current `
umask
' value without changing it.
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libc.so
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/lib/
libc.so
Completed in 1184 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>