HomeSort by relevance Sort by last modified time
    Searched refs:skindir (Results 1 - 4 of 4) sorted by null

  /external/qemu/
gen-skin.py 73 skindir = sys.argv[1] variable
74 process_files( skindir, os.listdir(skindir) )
  /external/qemu/android/
cmdline-options.h 89 CFG_PARAM( skindir, "<dir>", "search skins in <dir> (default <system>/skins)" )
main.c 301 if (opts->skindir != NULL) {
304 derror("The -skindir <path> option requires a -skin <name> option");
309 char* skinDir;
311 avdInfo_getSkinInfo(avd, &skinName, &skinDir);
320 opts->skindir = skinDir;
321 D("autoconfig: -skindir %s", opts->skindir);
324 avdInfo_getSkinHardwareIni(avd, opts->skin, opts->skindir);
374 parse_skin_files(opts->skindir, opts->skin, opts, hw
    [all...]
main-common.c 976 /* we don't accept -skindir without -skin now
981 opts->skindir = NULL;
984 if (opts->skindir) {
986 derror( "the -skindir <path> option requires a -skin <name> option");
    [all...]

Completed in 342 milliseconds