Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 2 of 2) sorted by relevance

/test/vts-testcase/performance/hwbinder_latency_test/
DHwBinderLatencyTest.py164 opts = ["hidl_hal_mode=%s" % self.hidl_hal_mode.encode("utf-8")];
169 result["fifo_%d_data" % i], options=opts,
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp500 bool F2fsCompressOptionsSupported(const struct f2fs_comp_option &opts);
1222 const struct f2fs_comp_option &opts) { in F2fsCompressOptionsSupported() argument
1241 if (ioctl(fd, F2FS_IOC_SET_COMPRESS_OPTION, &opts) != 0) { in F2fsCompressOptionsSupported()
1258 << F2fsCompressAlgorithmName(opts.algorithm) in F2fsCompressOptionsSupported()