Searched refs:mounts_fd (Results 1 – 1 of 1) sorted by relevance
74 int mounts_fd = open(mounts_file, O_RDONLY); in IsDeviceMounted() local75 if (mounts_fd < 0) in IsDeviceMounted()84 int read_size = read(mounts_fd, buffer, buffer_size); in IsDeviceMounted()114 close(mounts_fd); in IsDeviceMounted()