Home
last modified time | relevance | path

Searched defs:die (Results 1 – 17 of 17) sorted by relevance

/system/core/fastboot/
Dutil.cpp46 void die(const char* fmt, ...) { in die() function
56 void die(const std::string& str) { in die() function
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradlew22 die ( ) { function
/system/extras/power_profile/gps_on/
Dgradlew22 die ( ) { function
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradlew22 die ( ) { function
/system/extras/simpleperf/demo/CppApi/
Dgradlew40 die () { function
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradlew22 die ( ) { function
/system/extras/power_profile/camera_avg/
Dgradlew22 die ( ) { function
/system/extras/power_profile/camera_flashlight/
Dgradlew22 die ( ) { function
/system/extras/simpleperf/demo/JavaApi/
Dgradlew40 die () { function
/system/libufdt/tests/
Dcommon.sh20 die() { function
/system/update_engine/scripts/
Dtest_paycheck.sh71 die() { function
Dbrillo_update_payload87 die() { function
/system/core/fs_mgr/tests/
Dadb-remount-test.sh602 die() { function
/system/core/cpio/
Dmkbootfs.c27 void die(const char *why, ...) in die() function
/system/extras/cpustats/
Dcpustats.c50 #define die(...) { fprintf(stderr, __VA_ARGS__); exit(EXIT_FAILURE); } macro
/system/libziparchive/
Dziptool.cpp71 static void die(int error, const char* fmt, ...) { in die() function
/system/extras/boottime_tools/bootio/
Dbootio_collector.cpp38 #define die(...) { LOG(ERROR) << (__VA_ARGS__); exit(EXIT_FAILURE); } macro