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

/external/chromium_org/printing/backend/
H A Dprint_backend_cups.cc263 const char* ppd_file_path = NULL; local
265 ppd_file_path = cupsGetPPD(name);
266 if (ppd_file_path)
267 ppd_path = base::FilePath(ppd_file_path);
277 ppd_file_path = cupsGetPPD2(http.http(), name);
280 if (ppd_file_path) {
290 ppd_path = base::FilePath(ppd_file_path);
H A Dcups_helper.cc351 base::FilePath ppd_file_path; local
352 if (!base::CreateTemporaryFile(&ppd_file_path))
357 ppd_file_path,
360 base::DeleteFile(ppd_file_path, false);
364 ppd_file_t* ppd = ppdOpenFile(ppd_file_path.value().c_str());
438 base::DeleteFile(ppd_file_path, false);

Completed in 1325 milliseconds