Home
last modified time | relevance | path

Searched refs:filesystemtype (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/startup/init/services/init/standard/
H A Dsystem_call_wrap.c78 const char *filesystemtype, unsigned long mountflags,
81 const char *filesystemtype, unsigned long mountflags, in __wrap_mount() argument
85 return __real_mount(source, target, filesystemtype, mountflags, data); in __wrap_mount()
89 int ret = __real_mount(source, target, filesystemtype, mountflags, data); in __wrap_mount()
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-extend-file.md98 mount接口:int mount(const char *source, const char *target, const char *filesystemtype, unsigned long…
102 - filesystemtype:文件系统类型,”vfat“
347 mount接口:int mount(const char *source, const char *target, const char *filesystemtype, unsigned long…
351 - filesystemtype:文件系统类型,"littlefs"
H A Dkernel-small-bundles-fs-support.md106 调用int mount(const char \*source, const char \*target, const char \*filesystemtype, unsigned long mo…
108 …onst char \*source,表示设备节点,第二个参数const char \*target表示挂载点。第三个参数 const char \*filesystemtype,表示文件系统类型。
H A Dkernel-mini-appx-lib.md244 …nbsp;const&nbsp;char&nbsp;\*target,&nbsp;con<br/>st&nbsp;char&nbsp;\*filesystemtype,&nbsp;unsigned…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-extend-file.md106 **int mount(const char \*source, const char \*target, const char \*filesystemtype, unsigned long mo…
110 - **filesystemtype**: pointer to the file system type, which is **vfat** for the FAT file system.
364 **int mount(const char \*source, const char \*target, const char \*filesystemtype, unsigned long mo…
368 - **filesystemtype**: pointer to the file system type, which is **littlefs** for LittleFS.
H A Dkernel-small-bundles-fs-support.md106 Call **int mount(const char \*source, const char \*target, const char \*filesystemtype, unsigned lo…
112 - **const char \*filesystemtype** specifies the file system type.
H A Dkernel-mini-appx-lib.md244 …; | int mount(const char \*source, const char \*target, const char \*filesystemtype, unsigned long…
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp648 const char* filesystemtype, unsigned long mountflags, const void * data) in MountStub() argument