Searched refs:tmp_id (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc113 FILE* tmp_id = NULL; local
126 tmp_id = _wfopen(wide_file_name, L"rt");
128 tmp_id = _wfopen(wide_file_name, L"wt");
132 tmp_id = _wfopen(wide_file_name, L"rb");
134 tmp_id = _wfopen(wide_file_name, L"wb");
140 tmp_id = fopen(file_name_utf8, "rt");
142 tmp_id = fopen(file_name_utf8, "wt");
146 tmp_id = fopen(file_name_utf8, "rb");
148 tmp_id = fopen(file_name_utf8, "wb");
153 if (tmp_id !
[all...]
/external/libusb/libusb/os/
H A Dwindows_winusb.c1000 unsigned long tmp_id; local
1018 tmp_id = get_ancestor_session_id(devinst, i);
1019 if (tmp_id == 0)
1022 tmp_dev = usbi_get_device_by_session_id(ctx, tmp_id);

Completed in 1634 milliseconds