HomeSort by relevance Sort by last modified time
    Searched refs:logPath (Results 1 - 12 of 12) sorted by null

  /external/deqp/external/openglcts/modules/runner/
glcAndroidTestActivity.hpp 45 const std::string& logPath, glu::ApiType runType, deUint32 runFlags);
glcAndroidTestActivity.cpp 61 TestThread::TestThread(NativeActivity& activity, tcu::Android::AssetArchive& archive, const std::string& logPath,
66 , m_app(m_platform, m_archive, logPath.c_str(), runType, runFlags)
  /frameworks/av/services/audioflinger/
BufLog.cpp 136 char logPath[BUFLOG_MAX_PATH_SIZE];
137 snprintf(logPath, BUFLOG_MAX_PATH_SIZE, "%s/%s_%d_%s_%d_%d_%d.raw", BUFLOG_BASE_PATH, timeStr,
139 ALOGV("data output: %s", logPath);
141 mFile = fopen(logPath, "wb");
  /external/deqp/scripts/verify/
verify.py 160 logPath = os.path.join(package.basePath, gitLog)
161 log = readFile(logPath)
  /build/soong/ui/build/
ninja.go 79 logPath := filepath.Join(config.OutDir(), ".ninja_log")
98 checker.check(ctx, config, logPath)
  /external/autotest/frontend/client/src/autotest/tko/
TestDetailView.java 191 private void addLogFileViewer(String logPath, String logName) {
192 LogFileViewer viewer = new LogFileViewer(logPath, logName);
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 896 const UString logPath = GetLogPath(i);
897 if (logPath.Len() >= fullPath.Len())
899 if (CompareFileNames(logPath, fullPath.RightPtr(logPath.Len())) != 0)
902 const UString prefix = fullPath.Left(fullPath.Len() - logPath.Len());
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 85 String logPath = null;
222 if (logPath == null) {
236 mLog = new File(Environment.getLegacyExternalStorageDirectory(), logPath);
Am.java 167 instrument.logPath = nextArg();
  /external/deqp/external/openglcts/scripts/verify/
verify_es.py 236 logPath = os.path.join(package.basePath, gitLog)
237 log = readFile(logPath)
  /external/deqp/scripts/
run_nightly.py 150 def parseAsCSV (logPath, config):
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.10.0.v20180412-1130.jar 

Completed in 940 milliseconds