Home
last modified time | relevance | path

Searched refs:filter_path (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/filter/
Dsys5ippprinter.c492 char filter_path[1024]; /* Path to filter executable */ in filter_present() local
498 snprintf(filter_path, sizeof(filter_path), "%s/filter/%s", in filter_present()
501 if (access(filter_path, X_OK) == 0) in filter_present()
/third_party/cups-filters/cupsfilters/
Dpdftoippprinter.c552 char filter_path[1024]; /* Path to filter executable */ in filter_present() local
558 snprintf(filter_path, sizeof(filter_path), "%s/filter/%s", in filter_present()
561 if (access(filter_path, X_OK) == 0) in filter_present()
Dppdgenerator.c1637 filter_path[1024]; in ppdCreateFromIPP2() local
2069 snprintf(filter_path, sizeof(filter_path), "%s/filter/gstopxl", in ppdCreateFromIPP2()
2071 if (access(filter_path, X_OK) == 0) { in ppdCreateFromIPP2()
/third_party/gn/src/gn/
Dvisual_studio_writer.cc724 std::string_view filter_path = FindParentDir(&target_relative_path); in WriteFiltersFileContents() local
726 if (!filter_path.empty()) { in WriteFiltersFileContents()
727 std::string filter_path_str(filter_path); in WriteFiltersFileContents()
739 cl_item->SubElement("Filter")->Text(filter_path); in WriteFiltersFileContents()