OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_application_target_sdk_version
(Results
1 - 7
of
7
) sorted by null
/bionic/linker/
linker_sdk_versions.cpp
43
int
get_application_target_sdk_version
() {
function
linker_globals.cpp
65
api_level, doc_link,
get_application_target_sdk_version
());
linker.h
135
int
get_application_target_sdk_version
();
linker_phdr.cpp
267
if (
get_application_target_sdk_version
() >= __ANDROID_API_O__) {
281
if (
get_application_target_sdk_version
() >= __ANDROID_API_O__) {
395
if (
get_application_target_sdk_version
() >= __ANDROID_API_O__) {
414
if (
get_application_target_sdk_version
() >= __ANDROID_API_O__) {
638
if (
get_application_target_sdk_version
() >= __ANDROID_API_O__) {
[
all
...]
linker_soinfo.cpp
47
int
get_application_target_sdk_version
();
752
if (
get_application_target_sdk_version
() < __ANDROID_API_N__ || !has_min_version(3)) {
dlfcn.cpp
215
return
get_application_target_sdk_version
();
linker.cpp
206
if (g_greylist_disabled ||
get_application_target_sdk_version
() >= __ANDROID_API_N__) {
249
if (
get_application_target_sdk_version
() >= __ANDROID_API_Q__) {
[
all
...]
Completed in 117 milliseconds