HomeSort by relevance Sort by last modified time
    Searched full:got_path (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
nacl_ui.cc 262 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); local
263 if (!got_path || pnacl_path.empty() || !pnacl_path_exists_) {
346 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); local
347 *is_valid = got_path && !pnacl_path.empty() && base::PathExists(pnacl_path);
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 214 bool got_path = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_dir); local
215 DCHECK(got_path);

Completed in 243 milliseconds