Home
last modified time | relevance | path

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

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