Searched refs:projroot (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | scan.c | 562 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 D | xf86Parser.h | 447 const char *projroot); 449 const char *projroot);
|