HomeSort by relevance Sort by last modified time
    Searched defs:PathService (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/
path_service.h 23 class BASE_EXPORT PathService {
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.
  /external/chromium_org/base/android/java/src/org/chromium/base/
PathService.java 8 * This class provides java side access to the native PathService.
11 public abstract class PathService {
17 private PathService() {}
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 58 import org.chromium.base.PathService;
238 PathService.override(PathService.DIR_MODULE, "/system/lib/");
241 // it can't go into base.PathService, as the native constant it refers to
244 PathService.override(DIR_RESOURCE_PAKS_ANDROID,

Completed in 69 milliseconds