Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 6 of 6) sorted by relevance

/bionic/tests/libs/
Ddlopen_testlib_loopy_invalid.cpp20 static void __attribute__((constructor)) panic() { in panic() function
/bionic/libc/dns/resolv/
Dres_state.c161 static int panic = NETDB_INTERNAL; in __get_h_errno() local
163 return rt ? &rt->_h_errno : &panic; in __get_h_errno()
/bionic/libc/kernel/tools/
Dutils.py10 def panic(msg): function
39 panic("Not in android tree pointed at by ANDROID_BUILD_TOP (%s)\n" % root)
41 panic("Unable to find root of tree, did you forget to lunch a target?\n")
Dupdate_all.py88 panic("The kernel directory %s is not a directory\n" % original_dir)
91 panic("The kernel modified directory %s is not a directory\n" % modified_dir)
Dclean_header.py78 panic(msg)
Dcpp.py14 utils.panic('ANDROID_BUILD_TOP not set.\n')