OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDeviceInfoFromPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
media_storage_util.h
42
static bool
GetDeviceInfoFromPath
(const base::FilePath& path,
media_storage_util.cc
135
// TODO(kmadhusu) Write unit tests for
GetDeviceInfoFromPath
().
136
bool MediaStorageUtil::
GetDeviceInfoFromPath
(const base::FilePath& path,
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc
304
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
322
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
353
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &other_info, &relative_path);
380
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
417
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
457
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
498
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
530
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
541
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
552
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path)
[
all
...]
media_galleries_preferences.cc
495
if (MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path)) {
629
if (!MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path)) {
[
all
...]
Completed in 35 milliseconds