Home
last modified time | relevance | path

Searched refs:fds_to_remap (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/test/
Dmultiprocess_test_android.cc28 const FileHandleMappingVector* fds_to_remap = in SpawnMultiProcessTestChild() local
29 options.fds_to_remap ? options.fds_to_remap : ∅ in SpawnMultiProcessTestChild()
43 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild()
44 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()
55 for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin(); in SpawnMultiProcessTestChild()
56 it != fds_to_remap->end(); ++it) { in SpawnMultiProcessTestChild()
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox_unittest.cc55 base::FileHandleMappingVector fds_to_remap = { in TestProcWithOptions() local
60 launch_options.fds_to_remap = &fds_to_remap; in TestProcWithOptions()
127 base::FileHandleMappingVector fds_to_remap = { in MULTIPROCESS_TEST_MAIN() local
132 launch_options.fds_to_remap = &fds_to_remap; in MULTIPROCESS_TEST_MAIN()
/external/libchrome/base/process/
Dlaunch_posix.cc295 if (options.fds_to_remap) { in LaunchProcess()
296 fd_shuffle_size = options.fds_to_remap->size(); in LaunchProcess()
442 if (options.fds_to_remap) { in LaunchProcess()
444 for (size_t i = 0; i < options.fds_to_remap->size(); ++i) { in LaunchProcess()
446 (*options.fds_to_remap)[i]; in LaunchProcess()
Dlaunch.cc25 fds_to_remap(NULL), in LaunchOptions()
Dlaunch.h125 const FileHandleMappingVector* fds_to_remap; member