Home | History | Annotate | Download | only in toolutil

Lines Matching refs:pathname

58  * This function returns a pointer to the original pathname
61 * if the pathname is indeed abbreviated.
64 * the input pathname pointer.
70 getLongPathname(const char *pathname);
73 * Find the basename at the end of a pathname, i.e., the part
75 * to this part of the pathname.
76 * If the pathname only contains a basename and no file separator,
77 * then the pathname pointer itself is returned.
83 * Find the directory name of a pathname, that is, everything
90 * @param path the full pathname to inspect.
106 * Creates a directory with pathname.
111 uprv_mkdir(const char *pathname, UErrorCode *status);
128 uprv_getModificationDate(const char *pathname, UErrorCode *status);