Home
last modified time | relevance | path

Searched refs:InjectiveMultimap (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc69 InjectiveMultimap map; in TEST()
77 InjectiveMultimap map; in TEST()
86 InjectiveMultimap map; in TEST()
95 InjectiveMultimap map; in TEST()
105 InjectiveMultimap map; in TEST()
117 InjectiveMultimap map; in TEST()
128 InjectiveMultimap map; in TEST()
140 InjectiveMultimap map; in TEST()
155 InjectiveMultimap map; in TEST()
170 InjectiveMultimap map; in TEST()
[all …]
H A Dfile_descriptor_shuffle.cc17 bool PerformInjectiveMultimapDestructive(InjectiveMultimap* m, in PerformInjectiveMultimapDestructive()
23 InjectiveMultimap::value_type* i = &(*m)[i_index]; in PerformInjectiveMultimapDestructive()
28 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
36 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
67 bool PerformInjectiveMultimap(const InjectiveMultimap& m_in, in PerformInjectiveMultimap()
69 InjectiveMultimap m(m_in); in PerformInjectiveMultimap()
H A Dfile_descriptor_shuffle.h70 typedef std::vector<InjectionArc> InjectiveMultimap; typedef
72 BASE_EXPORT bool PerformInjectiveMultimap(const InjectiveMultimap& map,
76 InjectiveMultimap* map,
80 inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
/aosp_15_r20/external/libchrome/base/posix/
H A Dfile_descriptor_shuffle_unittest.cc68 InjectiveMultimap map; in TEST()
76 InjectiveMultimap map; in TEST()
85 InjectiveMultimap map; in TEST()
94 InjectiveMultimap map; in TEST()
104 InjectiveMultimap map; in TEST()
116 InjectiveMultimap map; in TEST()
127 InjectiveMultimap map; in TEST()
139 InjectiveMultimap map; in TEST()
154 InjectiveMultimap map; in TEST()
169 InjectiveMultimap map; in TEST()
[all …]
H A Dfile_descriptor_shuffle.cc17 InjectiveMultimap* m, InjectionDelegate* delegate) { in PerformInjectiveMultimapDestructive()
26 InjectiveMultimap::value_type* i = &(*m)[i_index]; in PerformInjectiveMultimapDestructive()
31 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
39 InjectiveMultimap::value_type* j = &(*m)[j_index]; in PerformInjectiveMultimapDestructive()
80 bool PerformInjectiveMultimap(const InjectiveMultimap& m_in, in PerformInjectiveMultimap()
82 InjectiveMultimap m(m_in); in PerformInjectiveMultimap()
H A Dfile_descriptor_shuffle.h70 typedef std::vector<InjectionArc> InjectiveMultimap; typedef
72 BASE_EXPORT bool PerformInjectiveMultimap(const InjectiveMultimap& map,
76 InjectiveMultimap* map,
80 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/posix/
Dfile_descriptor_shuffle.h73 typedef std::vector<InjectionArc> InjectiveMultimap; typedef
75 BASE_EXPORT bool PerformInjectiveMultimap(const InjectiveMultimap& map,
79 InjectiveMultimap* map,
83 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/posix/
Dfile_descriptor_shuffle.h73 typedef std::vector<InjectionArc> InjectiveMultimap; typedef
75 BASE_EXPORT bool PerformInjectiveMultimap(const InjectiveMultimap& map,
79 InjectiveMultimap* map,
83 static inline bool ShuffleFileDescriptors(InjectiveMultimap* map) { in ShuffleFileDescriptors()
/aosp_15_r20/external/libchrome/base/process/
H A Dlaunch_posix.cc236 void CloseSuperfluousFds(const base::InjectiveMultimap& saved_mapping) { in CloseSuperfluousFds()
313 InjectiveMultimap fd_shuffle1; in LaunchProcess()
314 InjectiveMultimap fd_shuffle2; in LaunchProcess()
560 InjectiveMultimap fd_shuffle1; in GetAppOutputInternal()
561 InjectiveMultimap fd_shuffle2; in GetAppOutputInternal()
H A Dlaunch.h301 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map);
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_posix.cc212 void CloseSuperfluousFds(const base::InjectiveMultimap& saved_mapping) { in CloseSuperfluousFds()
283 InjectiveMultimap fd_shuffle1; in LaunchProcess()
284 InjectiveMultimap fd_shuffle2; in LaunchProcess()
543 InjectiveMultimap fd_shuffle1; in GetAppOutputInternal()
544 InjectiveMultimap fd_shuffle2; in GetAppOutputInternal()
H A Dlaunch.h373 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/
Dlaunch.h304 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/
Dlaunch.h304 BASE_EXPORT void CloseSuperfluousFds(const InjectiveMultimap& saved_map);
/aosp_15_r20/external/libbrillo/brillo/
H A Dprocess.cc273 base::InjectiveMultimap fd_shuffle; in ExecChildProcess()