Lines Matching refs:pathname
55 * This function returns a pointer to the original pathname
58 * if the pathname is indeed abbreviated.
61 * the input pathname pointer.
67 getLongPathname(const char *pathname);
70 * Find the basename at the end of a pathname, i.e., the part
72 * to this part of the pathname.
73 * If the pathname only contains a basename and no file separator,
74 * then the pathname pointer itself is returned.
80 * Find the directory name of a pathname, that is, everything
87 * @param path the full pathname to inspect.
103 * Creates a directory with pathname.
108 uprv_mkdir(const char *pathname, UErrorCode *status);
115 uprv_getModificationDate(const char *pathname, UErrorCode *status);