Searched refs:extra_flags (Results 1 – 3 of 3) sorted by relevance
64 enum StructureExtraFlags extra_flags; member328 if ((write_test) && ((item.extra_flags & TEST_OVERWRITE) == TEST_OVERWRITE)) in test_attributes()593 if (((item.extra_flags & TEST_NOT_EXISTS) == TEST_NOT_EXISTS) || in test_enumerate()594 (((item.extra_flags & TEST_NO_ACCESS) == TEST_NO_ACCESS) in test_enumerate()596 || ((item.extra_flags & TEST_ENUMERATE_FILE) == in test_enumerate()608 if ((item.extra_flags & TEST_NOT_EXISTS) == TEST_NOT_EXISTS) in test_enumerate()613 if ((item.extra_flags & TEST_ENUMERATE_FILE) == TEST_ENUMERATE_FILE) in test_enumerate()618 if ((item.extra_flags & TEST_NO_ACCESS) == TEST_NO_ACCESS) in test_enumerate()647 enum StructureExtraFlags extra_flags) in do_copy_move() argument663 if ((item.extra_flags & TEST_COPY) == TEST_COPY) in do_copy_move()[all …]
820 int extra_flags) { in LoadManifest() argument838 Extension::STRICT_ERROR_CHECKS | extra_flags, &error); in LoadManifest()
13209 - Removed the extra_flags parameter from the ArgumentParser