Lines Matching defs:path
52 /* abandon the redundant '/' in the path, only keep one. */
53 STATIC CHAR *StrPath(CHAR *path)
55 CHAR *dest = path;
56 CHAR *src = path;
69 return path;
88 /* 2: The position of the path character: / and the end character /0 */
127 /* remove '/' in the end of path if exist */
175 /* 2: The position of the path character: / and the end character /0 */
188 /* 2, size of "./", join path and file name */
206 /* not an absolute path */
213 /* it's an absolute path, use it directly */
248 /* 2, The position of the path character: / and the end character /0 */