Searched refs:mountPoint (Results 1 – 2 of 2) sorted by relevance
/kernel/liteos_a/fs/proc/os_adapt/ |
D | mounts_proc.c | 41 static int ShowType(const char *devPoint, const char *mountPoint, struct statfs *statBuf, void *arg) in ShowType() argument 70 (void)LosBufPrintf(seqBuf, "%s %s %s %s %d %d\n", type, mountPoint, type, "()", 0, 0); in ShowType() 72 (void)LosBufPrintf(seqBuf, "%s %s %s %s %d %d\n", devPoint, mountPoint, type, "()", 0, 0); in ShowType()
|
/kernel/liteos_a/kernel/extended/blackbox/ |
D | los_blackbox_common.c | 131 static int IsLogPartMounted(const char *devPoint, const char *mountPoint, struct statfs *statBuf, v… in IsLogPartMounted() argument 136 if (mountPoint != NULL && arg != NULL) { in IsLogPartMounted() 137 if (strcmp(mountPoint, (char *)arg) == 0) { in IsLogPartMounted()
|