Lines Matching refs:path
2871 const TCHAR** path /* Pointer to pointer to the segment in the path string */ argument
2884 p = *path; lfn = dp->obj.fs->lfnbuf; di = 0;
2902 *path = p; /* Return pointer to the next segment */
3008 p = *path; sfn = dp->fn;
3019 *path = p + si; /* Return pointer to the next segment */
3056 *path = &p[si]; /* Return pointer to the next segment */
3075 const TCHAR* path /* Full-path string to find a file or directory */ argument
3084 …if (!IsSeparator(*path) && (FF_STR_VOLUME_ID != 2 || !IsTerminator(*path))) { /* Without heading s…
3089 while (IsSeparator(*path)) path++; /* Strip separators */
3109 if ((UINT)*path < ' ') { /* Null path name is the origin directory itself */
3115 res = create_name(dp, &path); /* Get a segment name of the path */
3161 const TCHAR** path /* Pointer to pointer to the path name */ argument
3173 tt = tp = *path;
3188 vsp = VolumeStr[i]; tp = *path; /* Preconfigured string and path name to test */
3198 *path = tt; /* Snip the drive prefix off */
3214 *path = tt; /* Snip the node name off */
3402 const TCHAR** path, /* Pointer to pointer to the path name (drive number) */ argument
3418 vol = get_ldnumber(path);
3674 const TCHAR* path, /* Logical drive number to be mounted/unmounted */ argument
3681 const TCHAR *rp = path;
3721 res = mount_volume(&path, &fs, 0); /* Force mounted the volume */
3734 const TCHAR* path, /* Pointer to the file name */ argument
3753 res = mount_volume(&path, &fs, mode);
3757 res = follow_path(&dj, path); /* Follow the file path */
4268 const TCHAR* path /* Drive number to set */ argument
4275 vol = get_ldnumber(&path);
4285 const TCHAR* path /* Pointer to the directory path */ argument
4298 res = mount_volume(&path, &fs, 0);
4302 res = follow_path(&dj, path); /* Follow the path */
4614 const TCHAR* path /* Pointer to the directory path */ argument
4625 res = mount_volume(&path, &fs, 0);
4629 res = follow_path(dp, path); /* Follow the path to the directory */
4772 const TCHAR* path, /* Pointer to the directory to open */ argument
4780 res = f_opendir(dp, path); /* Open the target directory */
4797 const TCHAR* path, /* Pointer to the file path */ argument
4807 res = mount_volume(&path, &dj.obj.fs, 0);
4810 res = follow_path(&dj, path); /* Follow the file path */
4832 const TCHAR* path, /* Logical drive number */ argument
4846 res = mount_volume(&path, &fs, 0);
4978 const TCHAR* path /* Pointer to the file or directory path */ argument
4992 res = mount_volume(&path, &fs, FA_WRITE);
4996 res = follow_path(&dj, path); /* Follow the file path */
5072 const TCHAR* path /* Pointer to the directory path */ argument
5083 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5087 res = follow_path(&dj, path); /* Follow the file path */
5266 const TCHAR* path, /* Pointer to the file path */ argument
5277 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5281 res = follow_path(&dj, path); /* Follow the file path */
5313 const TCHAR* path, /* Pointer to the file/directory name */ argument
5323 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5327 res = follow_path(&dj, path); /* Follow the file path */
5360 const TCHAR* path, /* Logical drive number */ argument
5372 res = mount_volume(&path, &fs, 0);
5901 const TCHAR* path, /* Logical drive number */ argument
5925 vol = get_ldnumber(&path); /* Get target logical drive */