Lines Matching +defs:key +defs:path
178 bool LockedGetFromCache(int key, const PathData* path_data, FilePath* result) in LockedGetFromCache()
192 bool LockedGetFromOverrides(int key, PathData* path_data, FilePath* result) in LockedGetFromOverrides()
211 bool PathService::Get(int key, FilePath* result) { in Get()
234 FilePath path; in Get() local
263 FilePath PathService::CheckedGet(int key) { in CheckedGet()
264 FilePath path; in CheckedGet() local
270 bool PathService::Override(int key, const FilePath& path) { in Override()
277 bool PathService::OverrideAndCreateIfNeeded(int key, in OverrideAndCreateIfNeeded()
278 const FilePath& path, in OverrideAndCreateIfNeeded()
314 bool PathService::RemoveOverrideForTests(int key) { in RemoveOverrideForTests()
333 bool PathService::IsOverriddenForTesting(int key) { in IsOverriddenForTesting()