Searched refs:filesystemtype (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/startup/init/services/init/standard/ |
H A D | system_call_wrap.c | 78 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 D | kernel-mini-extend-file.md | 98 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 D | kernel-small-bundles-fs-support.md | 106 调用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 D | kernel-mini-appx-lib.md | 244 …nbsp;const char \*target, con<br/>st char \*filesystemtype, unsigned…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-extend-file.md | 106 **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 D | kernel-small-bundles-fs-support.md | 106 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 D | kernel-mini-appx-lib.md | 244 …; | int mount(const char \*source, const char \*target, const char \*filesystemtype, unsigned long…
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 648 const char* filesystemtype, unsigned long mountflags, const void * data) in MountStub() argument
|