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

  /tools/tradefederation/core/src/com/android/tradefed/result/
LogFile.java 23 public class LogFile implements Serializable {
34 * Construct a {@link LogFile} with filepath, URL, and {@link LogDataType} metadata.
40 public LogFile(String path, String url, LogDataType type) {
50 * Construct a {@link LogFile} with filepath, URL, and {@link LogDataType} metadata. Variation
51 * of {@link LogFile#LogFile(String, String, LogDataType)} where the compressed state can be set
61 public LogFile(String path, String url, boolean isCompressed, LogDataType type, long size) {
  /external/mesa3d/src/mesa/main/
errors.c 40 static FILE *LogFile = NULL;
57 const char *logFile = getenv("MESA_LOG_FILE");
58 if (logFile)
59 LogFile = fopen(logFile, "w");
60 if (!LogFile)
61 LogFile = stderr;
77 fprintf(LogFile, "%s: %s", prefixString, outputString);
79 fprintf(LogFile, "%s", outputString);
81 fprintf(LogFile, "\n")
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 459 INT8 *LogFile,
481 LogFile, // file to create
492 Error (NULL, 0, 0, NULL, "could not open file %s", LogFile);
561 INT8 LogFile[MAX_PATH];
627 sprintf (LogFile, "%s\\%s_%s_%d.txt", mLogDir, CurrentBuildItem->BaseName,
649 if (RunBuildTask (WorkingDir, LogFile, BuildCmd)) {
  /external/e2fsprogs/ext2ed/
main.c 59 char LogFile [200]="ext2ed.log"; /* The location of the log file - Each write will be logged there */

Completed in 203 milliseconds