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

/system/core/run-as/
H A Drun-as.c90 panic(const char* format, ...) function
115 panic("only 'shell' or 'root' users can run this program\n");
121 panic("Package '%s' is unknown\n", pkgname);
127 panic("Package '%s' is not an application\n", pkgname);
133 panic("Package '%s' is not debuggable\n", pkgname);
139 panic("Package '%s' has corrupt installation\n", pkgname);
151 panic("Could not cd to package's data directory: %s\n", strerror(errno));
161 panic("Permission denied\n");
168 panic("exec failed for %s Error:%s\n", argv[2], strerror(errno));
176 panic("exe
[all...]
/system/core/adb/
H A Dtest_track_devices.c10 panic( const char* msg ) function
68 if (ret < 0) panic( "could not connect to server" );
73 panic( "could not send request" );
77 panic( "could not read request" );
86 panic("could not read length");
89 panic("could not decode length");
92 panic("could not read data");
H A Dtest_track_jdwp.c10 panic( const char* msg ) function
68 if (ret < 0) panic( "could not connect to server" );
73 panic( "could not send request" );
77 panic( "could not read request" );
86 panic("could not read length");
89 panic("could not decode length");
92 panic("could not read data");
/system/extras/tests/bionic/libc/bionic/
H A Dtest_mutex.c35 static void panic( const char* format, ... ) function
44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LINE__, #cond ); } while (0)
50 panic( "%s:%d: call returned %d instead of %d: %s\n", \
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_rwlock.c46 panic(const char* func, const char* format, ...) function
57 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)
H A Dtest_pthread_mutex.c47 panic(const char* func, const char* format, ...) function
58 #define PANIC(...) panic(__FUNCTION__,__VA_ARGS__)

Completed in 634 milliseconds