HomeSort by relevance Sort by last modified time
    Searched refs:ppd_file_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/printing/backend/
print_backend_cups.cc 337 const char* ppd_file_path = NULL; local
339 ppd_file_path = cupsGetPPD(name);
340 if (ppd_file_path)
341 ppd_path = base::FilePath(ppd_file_path);
351 ppd_file_path = cupsGetPPD2(http.http(), name);
354 if (ppd_file_path) {
364 ppd_path = base::FilePath(ppd_file_path);
cups_helper.cc 343 base::FilePath ppd_file_path; local
344 if (!base::CreateTemporaryFile(&ppd_file_path))
349 ppd_file_path,
352 base::DeleteFile(ppd_file_path, false);
356 ppd_file_t* ppd = ppdOpenFile(ppd_file_path.value().c_str());
393 base::DeleteFile(ppd_file_path, false);
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 135 FilePath ppd_file_path; local
136 if (!file_util::CreateTemporaryFile(&ppd_file_path))
141 ppd_file_path,
144 file_util::Delete(ppd_file_path, false);
148 ppd_file_t* ppd = ppdOpenFile(ppd_file_path.value().c_str());
155 file_util::Delete(ppd_file_path, false);

Completed in 345 milliseconds