Home | History | Annotate | Download | only in files

Lines Matching full:pathnames

5 // FilePath is a container for pathnames stored in a platform's native string
7 // platform's conventions for pathnames. It supports the following path
34 // allows each platform to pass pathnames around without requiring conversions
37 // encodings for pathnames.
53 // between char[]-based pathnames on POSIX systems and wchar_t[]-based
54 // pathnames on Windows.
131 // pathnames on different platforms.
135 // On most platforms, native pathnames are char arrays, and the encoding
136 // may or may not be specified. On Mac OS X, native pathnames are encoded
140 // On Windows, for Unicode-aware applications, native pathnames are wchar_t
150 // when composing pathnames.