/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
build_scripts.py | 122 oldmode = os.stat(file)[ST_MODE] & 07777
123 newmode = (oldmode | 0555) & 07777
124 if newmode != oldmode:
126 file, oldmode, newmode)
|
/external/python/cpython2/Lib/distutils/command/ |
build_scripts.py | 122 oldmode = os.stat(file)[ST_MODE] & 07777 123 newmode = (oldmode | 0555) & 07777 124 if newmode != oldmode: 126 file, oldmode, newmode)
|
/external/python/cpython3/Lib/distutils/command/ |
build_scripts.py | 145 oldmode = os.stat(file)[ST_MODE] & 0o7777 146 newmode = (oldmode | 0o555) & 0o7777 147 if newmode != oldmode: 149 file, oldmode, newmode)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_scripts.py | 122 oldmode = os.stat(file)[ST_MODE] & 07777 123 newmode = (oldmode | 0555) & 07777 124 if newmode != oldmode: 126 file, oldmode, newmode)
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
build_scripts.py | 122 oldmode = os.stat(file)[ST_MODE] & 07777 123 newmode = (oldmode | 0555) & 07777 124 if newmode != oldmode: 126 file, oldmode, newmode)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 122 oldmode = os.stat(file)[ST_MODE] & 07777 123 newmode = (oldmode | 0555) & 07777 124 if newmode != oldmode: 126 file, oldmode, newmode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 122 oldmode = os.stat(file)[ST_MODE] & 07777 123 newmode = (oldmode | 0555) & 07777 124 if newmode != oldmode: 126 file, oldmode, newmode)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
FileHook.py | 71 oldmode = stat.S_IMODE(sta.st_mode)
72 self.rlist.append(_PathInfo(_CHMOD, path, oldmode))
84 oldmode = stat.S_IMODE(sta.st_mode)
85 self.rlist.append(_PathInfo(_CHMOD, path, oldmode))
97 oldmode = stat.S_IMODE(sta.st_mode)
98 self.rlist.append(_PathInfo(_CHMOD, path, oldmode))
|
/external/libpcap/ |
pcap-rpcap.h | 301 bpf_u_int32 oldmode; /* mode to restore when turning monitor mode off */ member in struct:pcap_md
|
pcap-linux.c | 314 bpf_u_int32 oldmode; /* mode to restore when turning monitor mode off */ member in struct:pcap_linux [all...] |
/external/linux-kselftest/tools/testing/selftests/x86/ |
ldt_gdt.c | 140 bool oldmode, bool ldt) 156 ret = syscall(SYS_modify_ldt, oldmode ? 1 : 0x11, 202 static void install_invalid(const struct user_desc *desc, bool oldmode) 204 int ret = syscall(SYS_modify_ldt, oldmode ? 1 : 0x11,
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-x86-linux.c | 253 Int oldmode ) 264 if (oldmode || 288 if (!oldmode) 435 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode ) 443 "bytecount = %u, oldmode = %d\n", 444 tid, ptr, bytecount, oldmode ); 460 if (oldmode) 474 translate_to_hw_format ( ldt_info, &ldt[ldt_info->entry_number], oldmode ); [all...] |
/external/python/cpython2/Lib/test/ |
test_tempfile.py | 294 oldmode = mode = os.stat(tempfile.tempdir).st_mode 305 os.chmod(tempfile.tempdir, oldmode) [all...] |
/external/mksh/src/ |
funcs.c | 2503 mode_t mode = 0, oldmode = 0; local [all...] |
/external/python/cpython3/Lib/test/ |
test_tempfile.py | 325 oldmode = mode = os.stat(tempfile.tempdir).st_mode 335 os.chmod(tempfile.tempdir, oldmode) [all...] |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |