Lines Matching refs:target
144 S32 OsVfsMount(const char *source, const char *target,
153 if ((target == NULL) || (target[0] != '/')) {
158 mp = OsVfsFindMp(target, &pathInMp);
191 mp->mPath = strdup(target);
213 S32 OsVfsUmount(const char *target)
219 if (target == NULL) {
224 mp = OsVfsFindMp(target, &pathInMp);
262 S32 OsVfsUmount2(const char *target, S32 flag)
268 if (target == NULL) {
273 mp = OsVfsFindMp(target, &pathInMp);