Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_ttk_textonly.py81 orig_opts = opts.copy()
85 self.assertEqual(opts, orig_opts)
/third_party/ntfs-3g/src/
Dntfs-3g_common.c243 const char *orig_opts = popts->options; in parse_mount_options() local
257 options = strdup(orig_opts ? orig_opts : ""); in parse_mount_options()