Home
last modified time | relevance | path

Searched refs:projroot (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c562 DoSubstitution(const char *template, const char *cmdline, const char *projroot, in DoSubstitution() argument
666 if (projroot && xf86pathIsAbsolute(projroot)) in DoSubstitution()
667 APPEND_STR(projroot); in DoSubstitution()
699 OpenConfigFile(const char *path, const char *cmdline, const char *projroot, in OpenConfigFile() argument
711 filepath = DoSubstitution(template, cmdline, projroot, in OpenConfigFile()
798 OpenConfigDir(const char *path, const char *cmdline, const char *projroot, in OpenConfigDir() argument
812 dirpath = DoSubstitution(template, cmdline, projroot, in OpenConfigDir()
892 xf86openConfigFile(const char *path, const char *cmdline, const char *projroot) in xf86openConfigFile() argument
896 if (!projroot || !projroot[0]) in xf86openConfigFile()
897 projroot = PROJECTROOT; in xf86openConfigFile()
[all …]
H A Dxf86Parser.h447 const char *projroot);
449 const char *projroot);