OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_device
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
media_storage_util.cc
147
bool
found_device
= monitor->GetStorageInfoForPath(path, &info);
local
149
if (
found_device
&& StorageInfo::IsRemovableDevice(info.device_id())) {
167
if (!
found_device
)
/external/chromium_org/media/audio/win/
wavein_input_win.cc
256
bool
found_device
= false;
local
261
found_device
= true;
268
return
found_device
;
/external/chromium_org/chrome/browser/devtools/adb/
android_usb_device.cc
242
bool
found_device
= false;
local
244
it2 != usb_devices.end() && !
found_device
; ++it2) {
248
found_device
= true;
253
if (!
found_device
)
Completed in 232 milliseconds