Home | History | Annotate | Download | only in base

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
33 // allows each platform to pass pathnames around without requiring conversions
36 // encodings for pathnames.
52 // between char[]-based pathnames on POSIX systems and wchar_t[]-based
53 // pathnames on Windows.
126 // pathnames on different platforms.
130 // On most platforms, native pathnames are char arrays, and the encoding
131 // may or may not be specified. On Mac OS X, native pathnames are encoded
135 // On Windows, for Unicode-aware applications, native pathnames are wchar_t
145 // when composing pathnames.