Home
last modified time | relevance | path

Searched refs:mountCmd (Results 1 - 2 of 2) sorted by relevance

/base/startup/init/services/modules/init_eng/
H A Dinit_eng.c82 char mountCmd[MOUNT_CMD_MAX_LEN] = {}; in MountEngPartitions() local
84 BuildMountCmd(mountCmd, MOUNT_CMD_MAX_LEN, "/eng_system", in MountEngPartitions()
89 DoCmdByIndex(cmdIndex, mountCmd, NULL); in MountEngPartitions()
92 BuildMountCmd(mountCmd, MOUNT_CMD_MAX_LEN, "/eng_chipset", in MountEngPartitions()
95 DoCmdByIndex(cmdIndex, mountCmd, NULL); in MountEngPartitions()
/base/startup/init/test/unittest/modules/
H A Deng_unittest.cpp182 char mountCmd[MOUNT_CMD_MAX_LEN] = {}; in HWTEST_F() local
184 BuildMountCmd(mountCmd, MOUNT_CMD_MAX_LEN, "/eng/source", "/eng/target", "ext4"); in HWTEST_F()
185 BuildMountCmd(mountCmd, 0, "/eng/source", "/eng/target", "ext4"); in HWTEST_F()

Completed in 2 milliseconds