• Home
  • Raw
  • Download

Lines Matching +full:mount +full:- +full:observe

2 // Use of this source code is governed by a BSD-style license that can be
307 // Mount the tempdir to "/foo". in TEST_F()
337 LOG(ERROR) << "Clone policy violation: found non-tmp directory " in MULTIPROCESS_TEST_MAIN()
436 // Launch a non-existent binary, causing fdio_spawn() to fail. in TEST_F()
443 // handles[1] should observe a channel-closed signal. in TEST_F()
469 // handles[1] should observe a channel-closed signal. in TEST_F()
756 static const char kEventToTriggerHandleSwitch[] = "event-to-trigger-handle";
760 CommandLine::ForCurrentProcess()->GetSwitchValueASCII( in MULTIPROCESS_TEST_MAIN()
812 command.AppendArg("-x"); in TEST_F()
821 int exit_code = -1; in TEST_F()
833 command.AppendArg("-x"); in TEST_F()
862 // rlim_t is a uint64_t - clip to maxint. We do this since FD #s are ints in GetMaxFilesOpenInProcess()
877 // <http://opensource.apple.com/source/xnu/xnu-2422.1.72/bsd/sys/guarded.h>
888 // <http://opensource.apple.com/source/xnu/xnu-2422.1.72/bsd/sys/guarded.h>
893 // <http://opensource.apple.com/source/xnu/xnu-2422.1.72/bsd/kern/kern_guarded.c?txt>
904 // Attempt to set a file-descriptor guard on |fd|. In case of success, remove
925 if (ret == -1) in CanGuardFd()
954 if ((fd = HANDLE_EINTR(dup(i))) != -1) { in MULTIPROCESS_TEST_MAIN()
984 int num_open_files = -1; in CountOpenFDsInChild()
990 // Compiler-based ThreadSanitizer makes this test slow. in CountOpenFDsInChild()
1004 // ProcessUtilTest.FDRemapping is flaky when ran under xvfb-run on Precise.
1017 DPCHECK(dev_null != -1); in TEST_F()
1036 // Write to stdio so the parent process can observe output. in MULTIPROCESS_TEST_MAIN()
1103 // Write to the pipe so the parent process can observe output. in MULTIPROCESS_TEST_MAIN()
1200 "-e", kBaseTest}; in TEST_F()
1231 // Test a non-trival value for clone_flags. in TEST_F()
1337 ASSERT_NE(-1, pid); in TEST()