OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pid_location
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/devices/
win32deviceinfo.cc
42
const size_t
pid_location
= device.id.find(pid);
local
43
if (
pid_location
== std::string::npos ||
44
pid_location
+ sizeof(pid) - 1 + id_size > device.id.size()) {
49
std::string id_product = device.id.substr(
pid_location
+ sizeof(pid) -1,
macdeviceinfo.cc
42
const size_t
pid_location
= device.id.size() - id_size;
local
43
std::string id_product = device.id.substr(
pid_location
, id_size);
Completed in 3278 milliseconds