Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c245 char **mountItems = NULL; in GetMountStatusForMountPoint() local
257 mountItems = SplitStringExt(buffer, " ", &count, expectedItems); in GetMountStatusForMountPoint()
258 if (mountItems != NULL && count == expectedItems) { in GetMountStatusForMountPoint()
260 if (strcmp(mountItems[1], mp) == 0) { in GetMountStatusForMountPoint()
261 FreeStringVector(mountItems, count); in GetMountStatusForMountPoint()
265 FreeStringVector(mountItems, count); in GetMountStatusForMountPoint()

Completed in 2 milliseconds