OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:library_path_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_data_provider.cc
29
:
library_path_
(library_path),
34
DCHECK(!
library_path_
.empty());
37
library_path_
,
63
DoParseLibrary(
library_path_
, ready_callback);
67
return
library_path_
;
79
DCHECK_EQ(
library_path_
.value(), path.value());
81
LOG(ERROR) << "Error watching " <<
library_path_
.value();
iapps_data_provider.h
49
// Called when |
library_path_
| has changed. Virtual for testing.
53
// Called when the FilePathWatcher for |
library_path_
| has tried to add an
58
const base::FilePath
library_path_
;
member in class:iapps::IAppsDataProvider
itunes_file_util.cc
103
// uses the MediaPathFilter. At this point, |
library_path_
| is known good
Completed in 53 milliseconds