Searched defs:PathService (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPathService.java8 * This class provides java side access to the native PathService.
11 public abstract class PathService { class
17 private PathService() {} method in class:PathService
/external/chromium_org/base/
H A Dpath_service.h23 class BASE_EXPORT PathService { class
42 // WARNING: Consumers of PathService::Get may expect paths to be constant
49 // This function does the same as PathService::Override but it takes extra
64 // which is just a function mirroring PathService::Get. The ProviderFunc
69 // PathService is used, so a the ProviderFunc MUST BE THREADSAFE.

Completed in 605 milliseconds