Lines Matching full:absolute
28 # (1) /some/path - absolute path in Unix-style
29 # (2) D:/some/path - absolute path in Win32-style
185 # current working directory. Returns Win32 absolute normalized path.
189 # absolute Unix-style path. Other types of paths are not supported.
197 # Windows platform. Relative paths converted to relative, absolute
198 # paths converted to absolute.
214 # into wrong absolute path by adding to it some '/dirname' with
223 # resolved to absolute path by 'cygpath'.
291 # OS is Windows, but not Msys, path is absolute, path is not in Win32
297 # Converts given path to system native absolute path, i.e. to Win32
298 # absolute format on Windows platform. Both relative and absolute
305 # Convert path to absolute form.
336 # '-a' means absolute path
399 # OS is Windows, but not Msys, path is absolute, path is not in Win32
405 # Internal function. Converts given Unix-style absolute path to Win32 format.
409 # Converts given path to build system format absolute path, i.e. to
410 # Msys/Cygwin Unix-style absolute format on Windows platform. Both
411 # relative and absolute formats are supported for input.
417 # Convert path to absolute form.
465 # '-a' means absolute path
628 # current working directory. Returns Win32 absolute normalized path.
663 # absolute Unix-style path. Other types of paths are not supported.
730 # Internal function. Converts given Unix-style absolute path to Win32 format.