Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/
H A 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/
H A 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()
H A 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/
H A Dvisual_studio_writer.cc726 std::string_view filter_path = FindParentDir(&target_relative_path); in WriteFiltersFileContents() local
728 if (!filter_path.empty()) { in WriteFiltersFileContents()
729 std::string filter_path_str(filter_path); in WriteFiltersFileContents()
741 cl_item->SubElement("Filter")->Text(filter_path); in WriteFiltersFileContents()

Completed in 15 milliseconds