Searched refs:ROOT_DIR_NAME (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/fs/rootfs/ |
H A D | los_rootfs.h | 37 #define ROOT_DIR_NAME "/"
macro
|
H A D | los_rootfs.c | 231 ret = mount(ROOT_DEV_NAME, ROOT_DIR_NAME, fsType, mountFlags, NULL);
in MountPartitions() 234 PRINT_ERR("Failed to mount %s, rootDev %s, errno %d: %s\n", ROOT_DIR_NAME, ROOT_DEV_NAME, err, strerror(err));
in MountPartitions()
|
Completed in 1 milliseconds