Home | History | Annotate | Download | only in toolutil

Lines Matching full:pathname

56  * This function returns a pointer to the original pathname
59 * if the pathname is indeed abbreviated.
62 * the input pathname pointer.
68 getLongPathname(const char *pathname);
71 * Find the basename at the end of a pathname, i.e., the part
73 * to this part of the pathname.
74 * If the pathname only contains a basename and no file separator,
75 * then the pathname pointer itself is returned.
81 * Find the directory name of a pathname, that is, everything
88 * @param path the full pathname to inspect.
104 * Creates a directory with pathname.
109 uprv_mkdir(const char *pathname, UErrorCode *status);
116 uprv_getModificationDate(const char *pathname, UErrorCode *status);