Searched refs:got_path (Results 1 – 2 of 2) sorted by relevance
265 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); in AddPnaclInfo() local266 if (!got_path || pnacl_path.empty() || !pnacl_path_exists_) { in AddPnaclInfo()349 bool got_path = PathService::Get(chrome::DIR_PNACL_COMPONENT, &pnacl_path); in CheckPathAndVersion() local350 if (got_path && !pnacl_path.empty() && base::PathExists(pnacl_path)) { in CheckPathAndVersion()
276 bool got_path = PathService::Get(base::DIR_ANDROID_APP_DATA, &pak_dir); in InitializeResourceBundle() local277 DCHECK(got_path); in InitializeResourceBundle()