Searched refs:opts (Results 1 – 2 of 2) sorted by relevance
164 opts = ["hidl_hal_mode=%s" % self.hidl_hal_mode.encode("utf-8")];169 result["fifo_%d_data" % i], options=opts,
500 bool F2fsCompressOptionsSupported(const struct f2fs_comp_option &opts);1222 const struct f2fs_comp_option &opts) { in F2fsCompressOptionsSupported() argument1241 if (ioctl(fd, F2FS_IOC_SET_COMPRESS_OPTION, &opts) != 0) { in F2fsCompressOptionsSupported()1258 << F2fsCompressAlgorithmName(opts.algorithm) in F2fsCompressOptionsSupported()