Home
last modified time | relevance | path

Searched defs:fullpath (Results 1 – 18 of 18) sorted by relevance

/kernel/liteos_m/components/shell/src/cmds/
Dvfs_shellcmd.c72 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 …]
Dfullpath.c72 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/
Dvfs_shellcmd.c84 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/
Dfullpath.c82 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
Dvfs_utime.c53 char *fullpath = NULL; in utime() local
Dvfs_other.c154 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/
Dcifs_dfs_ref.c136 const char *fullpath, in cifs_compose_mount_options()
269 const char *fullpath) in cifs_dfs_do_mount()
Ddfs_cache.c50 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/
Dcifs_dfs_ref.c138 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/
Dsyscall_pub.c63 int GetFullpath(int fd, const char *path, char **fullpath) in GetFullpath()
Dfs_syscall.c2238 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/
Ddate_shellcmd.c232 CHAR *fullpath = NULL; in OsViewFileTime() local
Ddmesg.c654 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/
Ddtc.h163 char *fullpath; member
/kernel/liteos_a/fs/vfs/
Dvnode.c455 int VnodeLookupFullpath(const char *fullpath, struct Vnode **vnode, uint32_t flags) in VnodeLookupFullpath()
/kernel/linux/linux-5.10/scripts/dtc/
Ddtc.h190 char *fullpath; member
/kernel/liteos_a/kernel/common/
Dconsole.c263 STATIC INT32 OsConsoleFullpathToID(const CHAR *fullpath) in OsConsoleFullpathToID()
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_dentryfile.c1012 static int cache_file_create_path(const char *fullpath) in cache_file_create_path()