Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c683 bool isFile = fstabFile == NULL || *fstabFile == '\0'; in MountAllWithFstabFile() local
684 BEGET_CHECK(!isFile, return -1); in MountAllWithFstabFile()
703 bool isFile = fstabFile == NULL || *fstabFile == '\0'; in UmountAllWithFstabFile() local
704 BEGET_CHECK(!isFile, return -1); in UmountAllWithFstabFile()
747 bool isFile = fstabFile == NULL || *fstabFile == '\0'; in MountOneWithFstabFile() local
748 BEGET_CHECK(!isFile, return -1); in MountOneWithFstabFile()

Completed in 2 milliseconds