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/components/storage_monitor/
media_storage_util.h
44
static bool
GetDeviceInfoFromPath
(const base::FilePath& path,
media_storage_util.cc
137
// TODO(kmadhusu) Write unit tests for
GetDeviceInfoFromPath
().
138
bool MediaStorageUtil::
GetDeviceInfoFromPath
(const base::FilePath& path,
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences_unittest.cc
340
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
395
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
420
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
447
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
501
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &other_info, &relative_path);
612
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
650
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
687
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
730
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path);
766
MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path)
[
all
...]
media_galleries_preferences.cc
588
if (MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path)) {
777
if (!MediaStorageUtil::
GetDeviceInfoFromPath
(path, &info, &relative_path)) {
[
all
...]
Completed in 90 milliseconds