Lines Matching refs:path
2803 const TCHAR** path /* Pointer to pointer to the segment in the path string */ argument
2815 p = *path; lfn = dp->obj.fs->lfnbuf; di = 0;
2833 *path = p; /* Return pointer to the next segment */
2938 p = *path; sfn = dp->fn;
2949 *path = p + si; /* Return pointer to the next segment */
2986 *path = &p[si]; /* Return pointer to the next segment */
3005 const TCHAR* path /* Full-path string to find a file or directory */ argument
3014 …if (!IsSeparator(*path) && (FF_STR_VOLUME_ID != 2 || !IsTerminator(*path))) { /* Without heading s…
3019 while (IsSeparator(*path)) path++; /* Strip separators */
3039 if ((UINT)*path < ' ') { /* Null path name is the origin directory itself */
3045 res = create_name(dp, &path); /* Get a segment name of the path */
3091 const TCHAR** path /* Pointer to pointer to the path name */ argument
3103 tt = tp = *path;
3116 sp = VolumeStr[i]; tp = *path; /* This string volume ID and path name */
3127 *path = tt; /* Snip the drive prefix off */
3145 *path = tt; /* Snip the drive prefix off */
3333 const TCHAR** path, /* Pointer to pointer to the path name (drive number) */ argument
3349 vol = get_ldnumber(path);
3607 const TCHAR* path, /* Logical drive number to be mounted/unmounted */ argument
3614 const TCHAR *rp = path;
3642 res = mount_volume(&path, &fs, 0); /* Force mounted the volume */
3655 const TCHAR* path, /* Pointer to the file name */ argument
3674 res = mount_volume(&path, &fs, mode);
3678 res = follow_path(&dj, path); /* Follow the file path */
4189 const TCHAR* path /* Drive number to set */ argument
4196 vol = get_ldnumber(&path);
4206 const TCHAR* path /* Pointer to the directory path */ argument
4219 res = mount_volume(&path, &fs, 0);
4223 res = follow_path(&dj, path); /* Follow the path */
4533 const TCHAR* path /* Pointer to the directory path */ argument
4544 res = mount_volume(&path, &fs, 0);
4548 res = follow_path(dp, path); /* Follow the path to the directory */
4691 const TCHAR* path, /* Pointer to the directory to open */ argument
4699 res = f_opendir(dp, path); /* Open the target directory */
4716 const TCHAR* path, /* Pointer to the file path */ argument
4726 res = mount_volume(&path, &dj.obj.fs, 0);
4729 res = follow_path(&dj, path); /* Follow the file path */
4751 const TCHAR* path, /* Logical drive number */ argument
4765 res = mount_volume(&path, &fs, 0);
4893 const TCHAR* path /* Pointer to the file or directory path */ argument
4907 res = mount_volume(&path, &fs, FA_WRITE);
4911 res = follow_path(&dj, path); /* Follow the file path */
4987 const TCHAR* path /* Pointer to the directory path */ argument
4998 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5002 res = follow_path(&dj, path); /* Follow the file path */
5181 const TCHAR* path, /* Pointer to the file path */ argument
5192 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5196 res = follow_path(&dj, path); /* Follow the file path */
5228 const TCHAR* path, /* Pointer to the file/directory name */ argument
5238 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5242 res = follow_path(&dj, path); /* Follow the file path */
5275 const TCHAR* path, /* Logical drive number */ argument
5287 res = mount_volume(&path, &fs, 0);
5803 const TCHAR* path, /* Logical drive number */ argument
5825 vol = get_ldnumber(&path); /* Get target logical drive */