Lines Matching defs:path
61 /* abandon the redundant '/' in the path, only keep one. */
63 static char *str_path(char *path)
65 char *dest = path;
66 char *src = path;
79 return path;
98 /* 2: The position of the path character: / and the end character /0 */
138 /* remove '/' in the end of path if exist */
186 /* 2: The position of the path character: / and the end character /0 */
199 /* join path and file name */
218 /* not a absolute path */
225 /* it's a absolute path, use it directly */
272 /* 2: The position of the path character: / and the end character /0 */
307 /* Get path by dirfd */