Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 35) sorted by relevance

12

/components/dfs/dfs_v1/src/
A Ddfs.c724 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() argument
728 if (strlen(directory) == strlen(filename)) /* it's a same path */ in dfs_subdir()
731 dir = filename + strlen(directory); in dfs_subdir()
750 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() argument
759 if (directory == NULL) /* shall use working directory */ in dfs_normalize_path()
762 directory = lwp_getcwd(); in dfs_normalize_path()
764 directory = &working_directory[0]; in dfs_normalize_path()
768 if ((directory == NULL) && (filename[0] != '/')) in dfs_normalize_path()
778 fullpath = (char *)rt_malloc(strlen(directory) + strlen(filename) + 2); in dfs_normalize_path()
784 rt_snprintf(fullpath, strlen(directory) + strlen(filename) + 2, in dfs_normalize_path()
[all …]
/components/dfs/dfs_v2/src/
A Ddfs.c913 const char *dfs_subdir(const char *directory, const char *filename) in dfs_subdir() argument
917 if (strlen(directory) == strlen(filename)) /* it's a same path */ in dfs_subdir()
920 dir = filename + strlen(directory); in dfs_subdir()
947 char *dfs_normalize_path(const char *directory, const char *filename) in dfs_normalize_path() argument
956 if (directory == NULL) /* shall use working directory */ in dfs_normalize_path()
959 directory = lwp_getcwd(); in dfs_normalize_path()
961 directory = &working_directory[0]; in dfs_normalize_path()
965 if ((directory == NULL) && (filename[0] != '/')) in dfs_normalize_path()
977 path_len = strlen(directory) + strlen(filename) + 2; in dfs_normalize_path()
990 rt_snprintf(fullpath, strlen(directory) + strlen(filename) + 2, in dfs_normalize_path()
[all …]
A Ddfs_posix.c852 FINSH_FUNCTION_EXPORT(mkdir, create a directory);
1245 FINSH_FUNCTION_EXPORT_ALIAS(chdir, cd, change current working directory);
/components/dfs/dfs_v1/include/
A Ddfs.h81 char *dfs_normalize_path(const char *directory, const char *filename);
82 const char *dfs_subdir(const char *directory, const char *filename);
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt41 Fixed f_mkdir() creates incorrect directory on FAT32.
76 Fixed f_mkdir() on FAT32 creates incorrect directory.
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
161 Ignores duplicated directory separators in given path name.
214 Fixed a hard error in the disk I/O layer can collapse the directory entry.
274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)
276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)
301 …Fixed creating a file can fail when a new cluster allocation to the exFAT directory occures. (appe…
320 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea…
327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
[all …]
/components/net/lwip/lwip-2.0.3/src/apps/httpd/makefsdata/
A Dreadme.txt1 This directory contains a script ('makefsdata') to create C code suitable for
2 httpd for given html pages (or other files) in a directory.
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dreadme.txt1 This directory contains a script ('makefsdata') to create C code suitable for
2 httpd for given html pages (or other files) in a directory.
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt41 Fixed f_mkdir() creates incorrect directory on FAT32.
76 Fixed f_mkdir() on FAT32 creates incorrect directory.
129 Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
161 Ignores duplicated directory separators in given path name.
214 Fixed a hard error in the disk I/O layer can collapse the directory entry.
274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)
276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)
301 …Fixed creating a file can fail when a new cluster allocation to the exFAT directory occures. (appe…
320 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea…
327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
[all …]
/components/dfs/dfs_v2/include/
A Ddfs.h115 char *dfs_normalize_path(const char *directory, const char *filename);
116 const char *dfs_subdir(const char *directory, const char *filename);
/components/net/lwip/lwip-2.0.3/src/include/lwip/apps/
A DFILES1 This directory contains application headers.
/components/net/lwip/lwip-2.1.2/src/include/lwip/apps/
A DFILES1 This directory contains application headers.
/components/net/lwip/lwip-2.0.3/test/fuzz/
A DREADME4 This directory contains a small app that reads Ethernet frames from stdin and
27 the output directory. If you have hexdump and text2pcap tools installed,
/components/net/lwip/lwip-2.1.2/test/fuzz/
A DREADME4 This directory contains a small app that reads Ethernet frames from stdin and
30 the output directory. If you have hexdump and text2pcap tools installed,
/components/net/lwip/lwip-1.4.1/src/
A DFILES13 file in each directory.
/components/net/lwip/lwip-2.0.3/src/
A DFILES15 file in each directory.
/components/net/lwip/lwip-2.1.2/src/
A DFILES15 file in each directory.
/components/net/lwip/lwip-2.1.2/src/netif/
A DFILES1 This directory contains generic network interface device drivers that
/components/net/lwip/lwip-2.0.3/src/netif/
A DFILES1 This directory contains generic network interface device drivers that
/components/drivers/usb/cherryusb/
A D.readthedocs.yaml17 # Build documentation in the "docs/" directory with Sphinx
/components/fal/
A DKconfig42 The fal_flash_sfud_port.c in the samples\porting directory will be used.
/components/net/lwip/lwip-1.4.1/src/netif/
A DFILES1 This directory contains generic network interface device drivers that
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile52 # the logo to the output directory.
1099 # The default directory is: html.
1408 # to be copied into the plugins directory of eclipse. The name of the directory
1518 # output directory using the MATHJAX_RELPATH option. The destination directory
1643 # The default directory is: latex.
1653 # written to the output directory.
1814 # The default directory is: rtf.
1878 # it. A directory man3 will be created inside the directory specified by
1880 # The default directory is: man.
1923 # The default directory is: xml.
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile52 # the logo to the output directory.
1110 # The default directory is: html.
1419 # to be copied into the plugins directory of eclipse. The name of the directory
1529 # output directory using the MATHJAX_RELPATH option. The destination directory
1654 # The default directory is: latex.
1664 # written to the output directory.
1825 # The default directory is: rtf.
1889 # it. A directory man3 will be created inside the directory specified by
1891 # The default directory is: man.
1934 # The default directory is: xml.
[all …]
A Dlwip.Doxyfile.cmake.in52 # the logo to the output directory.
1110 # The default directory is: html.
1419 # to be copied into the plugins directory of eclipse. The name of the directory
1529 # output directory using the MATHJAX_RELPATH option. The destination directory
1654 # The default directory is: latex.
1664 # written to the output directory.
1825 # The default directory is: rtf.
1889 # it. A directory man3 will be created inside the directory specified by
1891 # The default directory is: man.
1934 # The default directory is: xml.
[all …]
/components/finsh/
A Dmsh_file.c484 MSH_CMD_EXPORT_ALIAS(cmd_cd, cd, Change the shell working directory.);
491 MSH_CMD_EXPORT_ALIAS(cmd_pwd, pwd, Print the name of the current working directory.);

Completed in 44 milliseconds

12