Home | History | Annotate | Download | only in apps

Lines Matching refs:crx_path

260   base::FilePath crx_path = temp_dir.path().AppendASCII("temp.crx");
261 if (!base::DeleteFile(crx_path, false)) {
262 ADD_FAILURE() << "Failed to delete existing crx: " << crx_path.value();
267 test_dir, crx_path, pem_path, base::FilePath());