Home
last modified time | relevance | path

Searched refs:kUnsetSdkVersion (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime_options.def121 RUNTIME_OPTIONS_KEY (int, TargetSdkVersion, Runtime::kUnsetSdkVersion)
Druntime.h777 static constexpr int32_t kUnsetSdkVersion = 0u; variable
Druntime.cc256 target_sdk_version_(kUnsetSdkVersion), in Runtime()