Home | History | Annotate | Download | only in gm

Lines Matching defs:resourcePath

1044 // Alphabetized ignoring "no" prefix ("readPath", "noreplay", "resourcePath").
1068 " [--resourcePath|-i <path>]: directory that stores image resources\n"
1172 const char* resourcePath = NULL;// if non-null, where we read from for image resources
1314 } else if ((0 == strcmp(*argv, "--resourcePath")) ||
1318 resourcePath = *argv;
1382 GM::SetResourcePath(resourcePath);
1407 if (resourcePath) {
1408 fprintf(stderr, "reading resources from %s\n", resourcePath);