HomeSort by relevance Sort by last modified time
    Searched refs:oldmode (Results 1 - 5 of 5) sorted by null

  /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)
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 393 Int oldmode )
404 if (oldmode ||
428 if (!oldmode)
549 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode )
557 "bytecount = %d, oldmode = %d\n",
558 tid, ptr, bytecount, oldmode );
574 if (oldmode)
588 translate_to_hw_format ( ldt_info, &ldt[ldt_info->entry_number], oldmode );
    [all...]
  /external/mksh/src/
funcs.c 2695 mode_t mode = 0, oldmode = 0; local
    [all...]
  /external/libpcap/
pcap-linux.c 300 bpf_u_int32 oldmode; /* mode to restore when turning monitor mode off */ member in struct:pcap_linux
    [all...]

Completed in 2445 milliseconds