6 bool retVal = ( strcmp(path, fn) == 0 );
11 for(
int retry = 0;;) {
13 path.truncate(path.scan_filename());
18 bool v = filesystem::g_exists(path, aborter);
22 FB2K_console_formatter() <<
"Component integrity check error: " << e <<
" (on: " << fn <<
")";
25 }
catch(exception_io_denied) {
27 }
catch(exception_io_sharing_violation) {
29 }
catch(exception_io_file_corrupted) {
static bool test_my_name(const char *fn)
abort_callback_impl abort_callback_dummy
const char * get_my_full_path()
Retrieves full path of calling dll, e.g. file://c:.dll.
string8_fastalloc string_formatter
t_size scan_filename(const char *ptr)
PFC_NORETURN void SHARED_EXPORT uBugCheck()
static bool have_other_file(const char *fn)