constchar* __bionic_get_shell_path() { // Since API level 28 there's a /bin -> /system/bin symlink that means // /bin/sh will work for the device too, but as long as the NDK supports // earlier API levels, falling back to /system/bin/sh ensures that static // binaries run on those OS versions too. // This whole function can be removed and replaced by hard-coded /bin/sh // when we no longer support anything below API level 28. staticbool have_bin_sh = !access("/bin/sh", F_OK); return have_bin_sh ? "/bin/sh" : "/system/bin/sh";
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-28)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.