Home | History | Annotate | Download | only in app

Lines Matching defs:profileFile

571         String profileFile;
597 profileFile = profilerInfo.profileFile;
609 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
614 Slog.w(TAG, "Profiling failed on path " + profileFile);
634 profileFile = null;
2133 return mProfiler != null && mProfiler.profileFile != null
2138 return mProfiler.profileFile;
5154 Slog.w(TAG, "Profiling failed on path " + profilerInfo.profileFile
5445 mProfiler.profileFile = data.initProfilerInfo.profileFile;
5687 if (mProfiler.profileFile != null && !ii.handleProfiling
5690 final File file = new File(mProfiler.profileFile);
5779 if (mProfiler.profileFile != null && mProfiler.handlingProfiling