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

  /build/kati/
fileutil.h 36 DEV_NULL,
fileutil.cc 118 } else if (redirect_stderr == RedirectStderr::DEV_NULL) {
regen.cc 408 RunCommand(sr->shell, sr->shellflag, sr->cmd, RedirectStderr::DEV_NULL,
  /external/curl/tests/libtest/
lib518.c 44 #define DEV_NULL "NUL"
46 #define DEV_NULL "/dev/null"
85 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT);
324 fd[0] = open(DEV_NULL, O_RDONLY);
326 snprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);
lib537.c 45 #define DEV_NULL "NUL"
47 #define DEV_NULL "/dev/null"
86 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT);
318 fd[0] = open(DEV_NULL, O_RDONLY);
320 snprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull
128 DEV_NULL = 'NUL'
131 DEV_NULL = '/dev/null'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull
128 DEV_NULL = 'NUL'
131 DEV_NULL = '/dev/null'
    [all...]
  /external/python/cpython2/Lib/
platform.py 39 # 1.0.7 - added DEV_NULL
124 DEV_NULL = os.devnull
130 DEV_NULL = 'NUL'
133 DEV_NULL = '/dev/null'
963 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    [all...]
  /external/python/cpython3/Lib/
platform.py 36 # 1.0.7 - added DEV_NULL
124 DEV_NULL = os.devnull
130 DEV_NULL = 'NUL'
133 DEV_NULL = '/dev/null'
755 f = os.popen('uname %s 2> %s' % (option, DEV_NULL))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull
128 DEV_NULL = 'NUL'
131 DEV_NULL = '/dev/null'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull
128 DEV_NULL = 'NUL'
131 DEV_NULL = '/dev/null'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull
128 DEV_NULL = 'NUL'
131 DEV_NULL = '/dev/null'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 37 # 1.0.7 - added DEV_NULL
122 DEV_NULL = os.devnull
128 DEV_NULL = 'NUL'
131 DEV_NULL = '/dev/null'
    [all...]

Completed in 209 milliseconds