OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skinDirPath
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
main-common.h
49
void parse_skin_files(const char*
skinDirPath
,
main-common.c
417
char**
skinDirPath
,
440
*
skinDirPath
= strdup(tmp);
441
snprintf(tmp, sizeof(tmp), "%s/layout", *
skinDirPath
);
549
parse_skin_files(const char*
skinDirPath
,
571
if (
skinDirPath
!= NULL) {
572
bufprint(tmp, tmp+sizeof(tmp), "%s/%s",
skinDirPath
, skinName);
576
D("there is no '%s' skin in '%s'", skinName,
skinDirPath
);
629
if (
skinDirPath
== NULL) {
634
snprintf(tmp, sizeof tmp, "%s/%s/layout",
skinDirPath
, skinName);
643
snprintf(tmp, sizeof tmp, "%s/%s/",
skinDirPath
, skinName)
[
all
...]
/external/qemu/android/avd/
info.c
121
char*
skinDirPath
; /* skin directory */
140
AFREE(i->
skinDirPath
);
769
char*
skinDirPath
;
771
avdInfo_getSkinInfo(i, &skinName, &
skinDirPath
);
772
if (
skinDirPath
== NULL)
775
int result = avdInfo_getSkinHardwareIni(i, skinName,
skinDirPath
);
778
AFREE(
skinDirPath
);
783
int avdInfo_getSkinHardwareIni( AvdInfo* i, char* skinName, char*
skinDirPath
)
787
p = bufprint(temp, end, "%s/%s/hardware.ini",
skinDirPath
, skinName);
789
DD("no skin-specific hardware.ini in %s",
skinDirPath
);
[
all
...]
info.h
110
int avdInfo_getSkinHardwareIni( AvdInfo* i, char* skinName, char*
skinDirPath
);
Completed in 630 milliseconds