Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_utime.c53 char *fullpath = NULL; in utime() local
H A Dfullpath.c82 static void str_remove_path_end_slash(char *dest, const char *fullpath) in str_remove_path_end_slash() argument
93 static char *str_normalize_path(char *fullpath) in str_normalize_path() argument
184 char *fullpath = NULL; in vfs_not_absolute_path() local
215 char *fullpath = NULL; vfs_normalize_fullpath() local
246 char *fullpath = NULL; vfs_normalize_path() local
309 char *fullpath = NULL; vfs_normalize_pathat() local
[all...]
H A Dvfs_other.c154 char *fullpath = NULL; in chdir() local
444 char *fullpath = NULL; in ls_get_fullpath() local
580 char *fullpath = NULL; LsDir() local
[all...]
/kernel/liteos_a/syscall/
H A Dsyscall_pub.c63 int GetFullpath(int fd, const char *path, char **fullpath) in GetFullpath() argument
H A Dfs_syscall.c2374 char *fullpath = NULL; in SysFchmodat() local
2440 char *fullpath = NULL; in SysFchownat() local
2533 char *fullpath = NULL; in SysFstatat64() local
[all...]
/kernel/liteos_m/components/shell/src/cmds/
H A Dfullpath.c72 STATIC VOID StrRemovePathEndSlash(CHAR *dest, const CHAR *fullpath) in StrRemovePathEndSlash() argument
83 STATIC CHAR *StrNormalizePath(CHAR *fullpath) in StrNormalizePath() argument
173 CHAR *fullpath = NULL; in VfsNotAbsolutePath() local
203 CHAR *fullpath = NULL; VfsNormalizeFullpath() local
234 CHAR *fullpath = NULL; VfsNormalizePath() local
[all...]
H A Dvfs_shellcmd.c72 CHAR *fullpath = NULL; in OsShellCmdDoChdir() local
122 CHAR *fullpath = NULL; in OsLsGetFullpath() local
161 CHAR *fullpath = NULL; OsLs() local
220 CHAR *fullpath = NULL; OsShellCmdLs() local
263 CHAR *fullpath = NULL; OsShellCmdCat() local
308 CHAR *fullpath = NULL; OsShellCmdMkdir() local
355 CHAR *fullpath = NULL; OsShellCmdTouch() local
526 CHAR *fullpath = NULL; OsShellCmdDoRmdir() local
630 OsRmFileOnly(const CHAR *fullpath) OsRmFileOnly() argument
649 OsWildcardDeleteFileOrDir(const CHAR *fullpath, wildcard_type mark) OsWildcardDeleteFileOrDir() argument
676 OsWildcardSplitPath(CHAR *fullpath, CHAR **handle, CHAR **wait) OsWildcardSplitPath() argument
706 OsWildcardExtractDirectory(CHAR *fullpath, VOID *dst, wildcard_type mark) OsWildcardExtractDirectory() argument
904 CHAR *fullpath = NULL; OsShellCmdRm() local
947 CHAR *fullpath = NULL; OsShellCmdRmdir() local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_dfs_ref.c135 cifs_compose_mount_options(const char *sb_mountdata, const char *fullpath, const struct dfs_info3_param *ref, char **devname) cifs_compose_mount_options() argument
267 cifs_dfs_do_mount(struct dentry *mntpt, struct cifs_sb_info *cifs_sb, const char *fullpath) cifs_dfs_do_mount() argument
[all...]
H A 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() argument
1253 find_vol(const char *fullpath) find_vol() argument
1273 dfs_cache_update_vol(const char *fullpath, struct TCP_Server_Info *server) dfs_cache_update_vol() argument
1307 dfs_cache_del_vol(const char *fullpath) dfs_cache_del_vol() argument
[all...]
/kernel/liteos_a/shell/full/src/cmds/
H A Ddate_shellcmd.c232 CHAR *fullpath = NULL; in OsViewFileTime() local
H A Ddmesg.c654 INT32 OsDmesgWrite2File(const CHAR *fullpath, const CHAR *buf, UINT32 logSize) in OsDmesgWrite2File() argument
670 CHAR *fullpath = NULL; in LOS_DmesgToFile() local
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtc.h190 char *fullpath; member
/kernel/liteos_a/fs/vfs/
H A Dvnode.c478 int VnodeLookupFullpath(const char *fullpath, struct Vnode **vnode, uint32_t flags) in VnodeLookupFullpath() argument
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtc.h226 char *fullpath; member
/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c80 char *fullpath = NULL; in osShellCmdDoChdir() local
128 char *fullpath = NULL; in osShellCmdLs() local
176 char *fullpath = (char *)arg; osShellCmdDoCatShow() local
223 char *fullpath = NULL; osShellCmdCat() local
302 char *fullpath = NULL; osShellCmdMount() local
408 char *fullpath = NULL; osShellCmdUmount() local
451 char *fullpath = NULL; osShellCmdMkdir() local
517 char *fullpath = NULL; osShellCmdStatfs() local
556 char *fullpath = NULL; osShellCmdTouch() local
741 char *fullpath = NULL; os_shell_cmd_do_rmdir() local
848 os_wildcard_delete_file_or_dir(const char *fullpath, wildcard_type mark) os_wildcard_delete_file_or_dir() argument
877 os_wildcard_split_path(char *fullpath, char **handle, char **wait) os_wildcard_split_path() argument
907 os_wildcard_extract_directory(char *fullpath, void *dst, wildcard_type mark) os_wildcard_extract_directory() argument
1102 char *fullpath = NULL; osShellCmdRm() local
1144 char *fullpath = NULL; osShellCmdRmdir() local
1240 char *fullpath = NULL; osShellCmdChmod() local
1284 char *fullpath = NULL; osShellCmdChown() local
1335 char *fullpath = NULL; osShellCmdChgrp() local
[all...]
/kernel/liteos_a/kernel/common/
H A Dconsole.c263 STATIC INT32 OsConsoleFullpathToID(const CHAR *fullpath) in OsConsoleFullpathToID() argument
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile.c1133 static int cache_file_create_path(const char *fullpath) in cache_file_create_path() argument
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile.c1134 static int cache_file_create_path(const char *fullpath) in cache_file_create_path() argument

Completed in 23 milliseconds