Home
last modified time | relevance | path

Searched refs:logPath (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp725 const UString logPath = GetLogPath(i); in FillFixedReparse() local
726 if (logPath.Len() >= fullPath.Len()) in FillFixedReparse()
728 if (CompareFileNames(logPath, fullPath.RightPtr(logPath.Len())) != 0) in FillFixedReparse()
731 const UString prefix = fullPath.Left(fullPath.Len() - logPath.Len()); in FillFixedReparse()
/external/autotest/frontend/client/src/autotest/tko/
DTestDetailView.java191 private void addLogFileViewer(String logPath, String logName) { in addLogFileViewer() argument
192 LogFileViewer viewer = new LogFileViewer(logPath, logName); in addLogFileViewer()
/external/deqp/external/vulkancts/
Dverify_submission.py222 logPath = os.path.join(package.basePath, package.gitLog)
223 log = readFile(logPath)
/external/google-breakpad/src/client/mac/sender/
Duploader.mm273 NSString *logPath;
289 logPath = [parameters_ objectForKey:logFileKey];
294 if (!logPath) {
298 NSData *entireLogFile = [[NSData alloc] initWithContentsOfFile:logPath];
319 [[logPath lastPathComponent] fileSystemRepresentation]);
/external/deqp/scripts/
Drun_nightly.py150 def parseAsCSV (logPath, config): argument
151 args = [config.getBinaryPath(LOG_TO_CSV_PATH), "--mode=all", "--format=csv", logPath]