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 343 const char* ppd_file_path = NULL; local
345 ppd_file_path = cupsGetPPD(name);
346 if (ppd_file_path)
347 ppd_path = base::FilePath(ppd_file_path);
357 ppd_file_path = cupsGetPPD2(http.http(), name);
360 if (ppd_file_path) {
370 ppd_path = base::FilePath(ppd_file_path);
cups_helper.cc 344 base::FilePath ppd_file_path; local
345 if (!file_util::CreateTemporaryFile(&ppd_file_path))
350 ppd_file_path,
353 base::DeleteFile(ppd_file_path, false);
357 ppd_file_t* ppd = ppdOpenFile(ppd_file_path.value().c_str());
390 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 100 milliseconds