Home
last modified time | relevance | path

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

/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c132 #define check_failed(FORMAT, ARGS...) \ macro
146 check_failed("Assertion failed for '%lld:%s'. should be 0x%x, " in assert_u32_equal()
158 check_failed("Assertion failed for '%lld:%s'. should not be " in assert_u32_noteq()
169 check_failed("Assertion failed for '%s'. 0x%x > 0x%x\n", in assert_u32_lesseq()
180 check_failed("Assertion failed for '%s'. 0x%x >= 0x%x\n", in assert_u32_less()
203 check_failed("Failed to read boot sector.\n"); in verify_boot_sector()
210 check_failed("Boot sector: Bad jump.\n"); in verify_boot_sector()
213 check_failed("Boot sector: Bad NTFS magic.\n"); in verify_boot_sector()
217 check_failed("Boot sector: Bytes per sector is 0.\n"); in verify_boot_sector()
220 check_failed("Boot sector: Bytes per sector is not a multiple" in verify_boot_sector()
[all …]
/third_party/glib/gmodule/
Dgmodule.c610 const gchar *check_failed = NULL; in g_module_open() local
638 check_failed = check_init (module); in g_module_open()
641 if (!check_failed) in g_module_open()
644 if (check_failed) in g_module_open()
650 check_failed, NULL); in g_module_open()