Home | History | Annotate | Download | only in toolutil

Lines Matching refs:pathname

28  * This function returns a pointer to the original pathname
31 * if the pathname is indeed abbreviated.
34 * the input pathname pointer.
40 getLongPathname(const char *pathname);
43 * Find the basename at the end of a pathname, i.e., the part
45 * to this part of the pathname.
46 * If the pathname only contains a basename and no file separator,
47 * then the pathname pointer itself is returned.
59 * Creates a directory with pathname.
64 uprv_mkdir(const char *pathname, UErrorCode *status);
71 uprv_getModificationDate(const char *pathname, UErrorCode *status);