HomeSort by relevance Sort by last modified time
    Searched full:devnull (Results 51 - 73 of 73) sorted by null

1 23

  /system/core/sh/
jobs.c 900 const char *devnull = _PATH_DEVNULL; local
935 if (open(devnull, O_RDONLY) != 0)
936 error(nullerr, devnull);
946 if (open(devnull, O_RDONLY) != 0)
947 error(nullerr, devnull);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 250 sys.stdin = open(os.devnull)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 250 sys.stdin = open(os.devnull)
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 123 stdin = 'devnull',
124 stderr = 'devnull',
  /external/mesa3d/scons/
gallium.py 123 stdin = 'devnull',
124 stderr = 'devnull',
  /prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py 87 class Devnull:
92 DEBUGSTREAM = Devnull()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
36 devnull = 'nul' variable
smtpd.py 87 class Devnull:
92 DEBUGSTREAM = Devnull()
platform.py 122 DEV_NULL = os.devnull
124 # os.devnull was added in Python 2.4, so emulate it for earlier
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 87 class Devnull:
92 DEBUGSTREAM = Devnull()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 21 "extsep","devnull","realpath","supports_unicode_filenames","relpath"]
36 devnull = 'nul' variable
smtpd.py 87 class Devnull:
92 DEBUGSTREAM = Devnull()
platform.py 122 DEV_NULL = os.devnull
124 # os.devnull was added in Python 2.4, so emulate it for earlier
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_test.cc 278 TEST(MountTest, DevNull) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 526 f = file(os.devnull, 'w')
529 f = file(os.devnull, 'r')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 526 f = file(os.devnull, 'w')
529 f = file(os.devnull, 'r')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 166 my $devnull = File::Spec->devnull();
168 my $value = `defaults read $xcodeDefaultsDomain ${xcodeDefaultsPrefix}${unprefixedKey} 2> ${devnull}`;
909 my $devnull = File::Spec->devnull();
910 return `$command --version 2> $devnull`;
    [all...]
VCSUtils.pm 213 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
266 return system("cd $dir && svn info > " . File::Spec->devnull() . " 2>&1") == 0;
323 open INFO, "svn info '$escapedPath' 2> " . File::Spec->devnull() . " |" or die;
    [all...]
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 270 RunSystemCommand(cmd, stdout=open(os.devnull, "w"))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 128 dev_null = open(os.devnull, "w") # FIXME: Does this need an encoding?
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 82 sid devnull
    [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 674 cmdline.err = open(os.path.devnull, "w")
  /external/bison/tests/
testsuite     [all...]

Completed in 489 milliseconds

1 23