Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dutils.py9 def panic(msg): function
38 panic("Not in android tree pointed at by ANDROID_BUILD_TOP (%s)\n" % root)
40 panic("Unable to find root of tree, did you forget to lunch a target?\n")
Dupdate_all.py145 panic("The kernel directory %s is not a directory\n" % original_dir)
148 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')
/bionic/tests/libs/
Ddlopen_testlib_loopy_invalid.cpp20 static void __attribute__((constructor)) panic() { in panic() function
/bionic/libc/dns/resolv/
Dres_state.c142 static int panic = NETDB_INTERNAL; in __get_h_errno() local
144 return rt ? &rt->_h_errno : &panic; in __get_h_errno()