HomeSort by relevance Sort by last modified time
    Searched defs:mLogPath (Results 1 - 3 of 3) sorted by null

  /test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
OptionHelperTest.java 61 private String mLogPath = null;
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
AtraceCollector.java 59 private String mLogPath = "/data/local/tmp/";
113 return Paths.get(mLogPath, mLogFilename + "." + getLogType().getFileExt()).toString();
  /frameworks/base/services/core/java/com/android/server/content/
SyncLogger.java 132 private final File mLogPath;
146 mLogPath = new File(Environment.getDataSystemDirectory(), "syncmanager-log");
217 final File file = new File(mLogPath, filename);
237 FileUtils.deleteOlderFiles(mLogPath, /* keepCount= */ 1, mKeepAgeMs);
249 final String[] files = mLogPath.list();
256 dumpFile(pw, new File(mLogPath, file));

Completed in 229 milliseconds