Lines Matching full:filepath
20 using base::FilePath;
24 bool PathProvider(int key, FilePath* result);
26 bool PathProviderWin(int key, FilePath* result);
28 bool PathProviderMac(int key, FilePath* result);
30 bool PathProviderAndroid(int key, FilePath* result);
34 bool PathProviderPosix(int key, FilePath* result);
40 typedef base::hash_map<int, FilePath> PathMap;
150 bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) {
164 bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) {
182 bool PathService::Get(int key, FilePath* result) {
205 FilePath path;
235 bool PathService::Override(int key, const FilePath& path) {
243 const FilePath& path,
250 FilePath file_path = path;