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

  /external/qemu/
gen-skin.py 73 skindir = sys.argv[1] variable
74 process_files( skindir, os.listdir(skindir) )
CHANGES.TXT 349 - The '-skindir <path>' option now requires that you specify a '-skin <name>'
    [all...]
  /external/qemu/android/
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...]
cmdline-options.h 89 CFG_PARAM( skindir, "<dir>", "search skins in <dir> (default <system>/skins)" )
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...]
help.c 740 " use '-skindir <dir>' to specify a directory that will be used to search\n"
744 " the '-skin <name>' option is required when -skindir is used.\n"
755 " (see '-help-skindir')\n\n" );
    [all...]
  /external/qemu/android/avd/
info.h 217 * Note that the skin's content will be under <skinDir>/<skinName>.
  /frameworks/base/docs/html/tools/help/
emulator.jd 532 <td><code>-skindir &lt;dir&gt;</code></td>

Completed in 783 milliseconds