OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:systemImage
(Results
1 - 4
of
4
) sorted by null
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/
SdkManagerTestCase.java
167
* @param
systemImage
A system image with a valid location.
170
protected void makeSystemImageFolder(ISystemImage
systemImage
) throws IOException {
171
File imagesDir =
systemImage
.getLocation();
174
makeFakeSysImgInternal(imagesDir,
systemImage
.getAbiType());
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java
142
for (ISystemImage
systemImage
: target.getSystemImages()) {
143
if (
systemImage
.getLocationType() == LocationType.IN_SYSTEM_IMAGE) {
144
File siDir =
systemImage
.getLocation();
151
systemImage
.getAbiType(),
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java
531
ISystemImage
systemImage
= target.getSystemImage(abiType);
533
if (
systemImage
!= null) {
534
File imageFolder =
systemImage
.getLocation();
541
systemImage
= target.getParent().getSystemImage(abiType);
542
if (
systemImage
!= null) {
543
File imageFolder =
systemImage
.getLocation();
[
all
...]
/external/qemu/android/
main.c
660
const char*
systemImage
= hw->disk_systemPartition_path;
663
if (
systemImage
== NULL)
664
systemImage
= hw->disk_systemPartition_initPath;
666
if (path_get_size(
systemImage
, &systemBytes) < 0) {
667
derror("Missing system image: %s",
systemImage
);
[
all
...]
Completed in 77 milliseconds