Home | History | Annotate | Download | only in android

Lines Matching refs:tracePath

387         char*   tracePath = avdInfo_getTracePath(avd, opts->trace);
390 if (tracePath == NULL) {
394 ret = path_mkdir_if_needed( tracePath, 0755 );
399 opts->trace = tracePath;