Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dscan.c488 xf86pathIsAbsolute(const char *path) in xf86pathIsAbsolute() function
499 if (xf86pathIsAbsolute(path)) in xf86pathIsSafe()
588 if (cmdline && xf86pathIsAbsolute(cmdline)) { in DoSubstitution()
597 if (cmdline && !xf86pathIsAbsolute(cmdline)) { in DoSubstitution()
635 if (env && xf86pathIsAbsolute(env)) { in DoSubstitution()
646 if (env && !xf86pathIsAbsolute(env)) { in DoSubstitution()
666 if (projroot && xf86pathIsAbsolute(projroot)) in DoSubstitution()
H A Dxf86Parser.h483 extern _X_EXPORT int xf86pathIsAbsolute(const char *path);