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

  /external/bison/lib/
spawn-pipe.h 135 # define DEV_NULL "NUL"
138 # define DEV_NULL "/dev/null"
  /build/kati/
fileutil.h 36 DEV_NULL,
fileutil.cc 116 } else if (redirect_stderr == RedirectStderr::DEV_NULL) {
regen.cc 406 RunCommand(sr->shell, sr->shellflag, sr->cmd, RedirectStderr::DEV_NULL, &result);
  /external/curl/tests/libtest/
lib518.c 46 #define DEV_NULL "NUL"
48 #define DEV_NULL "/dev/null"
87 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT);
326 fd[0] = open(DEV_NULL, O_RDONLY);
328 snprintf(strbuff, sizeof(strbuff), "opening of %s failed", DEV_NULL);
lib537.c 47 #define DEV_NULL "NUL"
49 #define DEV_NULL "/dev/null"
88 fpa[i] = fopen(DEV_NULL, FOPEN_READTEXT);
320 fd[0] = open(DEV_NULL, O_RDONLY);
322 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...]
  /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 2482 milliseconds