/kernel/liteos_m/components/shell/src/cmds/ |
D | vfs_shellcmd.c | 72 CHAR *fullpath = NULL; in OsShellCmdDoChdir() local 122 CHAR *fullpath = NULL; in OsLsGetFullpath() local 161 CHAR *fullpath = NULL; in OsLs() local 219 CHAR *fullpath = NULL; in OsShellCmdLs() local 262 CHAR *fullpath = NULL; in OsShellCmdCat() local 307 CHAR *fullpath = NULL; in OsShellCmdMkdir() local 354 CHAR *fullpath = NULL; in OsShellCmdTouch() local 525 CHAR *fullpath = NULL; in OsShellCmdDoRmdir() local 635 STATIC INT32 OsWildcardDeleteFileOrDir(const CHAR *fullpath, wildcard_type mark) in OsWildcardDeleteFileOrDir() 664 STATIC CHAR *OsWildcardSplitPath(CHAR *fullpath, CHAR **handle, CHAR **wait) in OsWildcardSplitPath() [all …]
|
D | fullpath.c | 72 STATIC VOID StrRemovePathEndSlash(CHAR *dest, const CHAR *fullpath) in StrRemovePathEndSlash() 83 STATIC CHAR *StrNormalizePath(CHAR *fullpath) in StrNormalizePath() 173 CHAR *fullpath = NULL; in VfsNotAbsolutePath() local 203 CHAR *fullpath = NULL; in VfsNormalizeFullpath() local 234 CHAR *fullpath = NULL; in VfsNormalizePath() local
|
/kernel/liteos_a/fs/vfs/vfs_cmd/ |
D | vfs_shellcmd.c | 84 char *fullpath = NULL; in osShellCmdDoChdir() local 136 char *fullpath = NULL; in osShellCmdLs() local 187 char *fullpath = (char *)arg; in osShellCmdDoCatShow() local 241 char *fullpath = NULL; in osShellCmdCat() local 326 char *fullpath = NULL; in osShellCmdMount() local 460 char *fullpath = NULL; in osShellCmdUmount() local 507 char *fullpath = NULL; in osShellCmdMkdir() local 578 char *fullpath = NULL; in osShellCmdStatfs() local 619 char *fullpath = NULL; in osShellCmdTouch() local 824 char *fullpath = NULL; in os_shell_cmd_do_rmdir() local [all …]
|
/kernel/liteos_a/fs/vfs/operation/ |
D | fullpath.c | 82 static void str_remove_path_end_slash(char *dest, const char *fullpath) in str_remove_path_end_slash() 93 static char *str_normalize_path(char *fullpath) in str_normalize_path() 184 char *fullpath = NULL; in vfs_not_absolute_path() local 215 char *fullpath = NULL; in vfs_normalize_fullpath() local 247 char *fullpath = NULL; in vfs_normalize_path() local 313 char *fullpath = NULL; in vfs_normalize_pathat() local
|
D | vfs_utime.c | 53 char *fullpath = NULL; in utime() local
|
D | vfs_other.c | 154 char *fullpath = NULL; in chdir() local 445 char *fullpath = NULL; in ls_get_fullpath() local 559 char *fullpath = NULL; in LsDir() local
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifs_dfs_ref.c | 136 const char *fullpath, in cifs_compose_mount_options() 269 const char *fullpath) in cifs_dfs_do_mount()
|
D | dfs_cache.c | 50 char *fullpath; member 1211 int dfs_cache_add_vol(char *mntdata, struct smb_vol *vol, const char *fullpath) in dfs_cache_add_vol() 1253 static struct vol_info *find_vol(const char *fullpath) in find_vol() 1273 int dfs_cache_update_vol(const char *fullpath, struct TCP_Server_Info *server) in dfs_cache_update_vol() 1307 void dfs_cache_del_vol(const char *fullpath) in dfs_cache_del_vol()
|
/kernel/linux/linux-4.19/fs/cifs/ |
D | cifs_dfs_ref.c | 138 const char *fullpath, in cifs_compose_mount_options() 250 const char *fullpath, const struct dfs_info3_param *ref) in cifs_dfs_do_refmount()
|
/kernel/liteos_a/syscall/ |
D | syscall_pub.c | 63 int GetFullpath(int fd, const char *path, char **fullpath) in GetFullpath()
|
D | fs_syscall.c | 2238 char *fullpath = NULL; in SysFchmodat() local 2304 char *fullpath = NULL; in SysFchownat() local 2397 char *fullpath = NULL; in SysFstatat64() local
|
/kernel/liteos_a/shell/full/src/cmds/ |
D | date_shellcmd.c | 232 CHAR *fullpath = NULL; in OsViewFileTime() local
|
D | dmesg.c | 654 INT32 OsDmesgWrite2File(const CHAR *fullpath, const CHAR *buf, UINT32 logSize) in OsDmesgWrite2File() 670 CHAR *fullpath = NULL; in LOS_DmesgToFile() local
|
/kernel/linux/linux-4.19/scripts/dtc/ |
D | dtc.h | 163 char *fullpath; member
|
/kernel/liteos_a/fs/vfs/ |
D | vnode.c | 455 int VnodeLookupFullpath(const char *fullpath, struct Vnode **vnode, uint32_t flags) in VnodeLookupFullpath()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
D | dtc.h | 190 char *fullpath; member
|
/kernel/liteos_a/kernel/common/ |
D | console.c | 263 STATIC INT32 OsConsoleFullpathToID(const CHAR *fullpath) in OsConsoleFullpathToID()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
D | hmdfs_dentryfile.c | 1012 static int cache_file_create_path(const char *fullpath) in cache_file_create_path()
|