Searched refs:panic (Results 1 – 6 of 6) sorted by relevance
/system/core/run-as/ |
D | run-as.c | 90 panic(const char* format, ...) in panic() function 115 panic("only 'shell' or 'root' users can run this program\n"); in main() 121 panic("Package '%s' is unknown\n", pkgname); in main() 127 panic("Package '%s' is not an application\n", pkgname); in main() 133 panic("Package '%s' is not debuggable\n", pkgname); in main() 139 panic("Package '%s' has corrupt installation\n", pkgname); in main() 151 panic("Could not cd to package's data directory: %s\n", strerror(errno)); in main() 161 panic("Permission denied\n"); in main() 168 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno)); in main() 176 panic("exec failed\n"); in main()
|
/system/core/adb/ |
D | test_track_devices.c | 10 panic( const char* msg ) in panic() function 68 if (ret < 0) panic( "could not connect to server" ); in main() 73 panic( "could not send request" ); in main() 77 panic( "could not read request" ); in main() 86 panic("could not read length"); in main() 89 panic("could not decode length"); in main() 92 panic("could not read data"); in main()
|
D | test_track_jdwp.c | 10 panic( const char* msg ) in panic() function 68 if (ret < 0) panic( "could not connect to server" ); in main() 73 panic( "could not send request" ); in main() 77 panic( "could not read request" ); in main() 86 panic("could not read length"); in main() 89 panic("could not decode length"); in main() 92 panic("could not read data"); in main()
|
/system/extras/tests/bionic/libc/bionic/ |
D | test_mutex.c | 35 static void panic( const char* format, ... ) in panic() function 44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LI… 50 panic( "%s:%d: call returned %d instead of %d: %s\n", \
|
/system/extras/tests/bionic/libc/common/ |
D | test_pthread_rwlock.c | 46 panic(const char* func, const char* format, ...) in panic() function 57 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)
|
D | test_pthread_mutex.c | 47 panic(const char* func, const char* format, ...) in panic() function 58 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)
|