Lines Matching refs:yaffsfs_IsPathDivider
408 int yaffsfs_IsPathDivider(YCHAR ch) in yaffsfs_IsPathDivider() function
457 if (path_length > 0 && yaffsfs_IsPathDivider(path[path_length - 1])) { in yaffsfs_alt_dir_path()
463 i >= 0 && yaffsfs_IsPathDivider(alt_path[i]); i--) in yaffsfs_alt_dir_path()
505 while (yaffsfs_IsPathDivider(*p)) in yaffsfs_FindDevice()
509 while (yaffsfs_IsPathDivider(*leftOver)) in yaffsfs_FindDevice()
514 *p && !yaffsfs_IsPathDivider(*p) && in yaffsfs_FindDevice()
515 *leftOver && !yaffsfs_IsPathDivider(*leftOver)) { in yaffsfs_FindDevice()
527 while (yaffsfs_IsPathDivider(*leftOver)) in yaffsfs_FindDevice()
531 while (yaffsfs_IsPathDivider(*p)) in yaffsfs_FindDevice()
555 if (yaffsfs_IsPathDivider(*path)) { in yaffsfs_CheckPath()
600 if (yaffsfs_IsPathDivider(*alias)) in yaffsfs_FollowLink()
649 while (yaffsfs_IsPathDivider(*restOfPath)) in yaffsfs_DoFindDirectory()
655 while (*restOfPath && !yaffsfs_IsPathDivider(*restOfPath)) { in yaffsfs_DoFindDirectory()