Searched refs:GetTestProviderPath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/test/
H A Dtest_support_android.cc141 bool GetTestProviderPath(int key, base::FilePath* result) { function in namespace:__anon2520
155 if (GetTestProviderPath(key, &path) && !PathService::Override(key, path))
156 PathService::RegisterProvider(&GetTestProviderPath, key, key + 1);

Completed in 77 milliseconds