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

  /external/chromium_org/chrome/installer/util/
logging_installer.h 25 const int kTruncatedInstallerLogFileSize = kMaxInstallerLogFileSize / 2;
27 COMPILE_ASSERT(kTruncatedInstallerLogFileSize < kMaxInstallerLogFileSize,
37 // kTruncatedInstallerLogFileSize if it exceeds kMaxInstallerLogFileSize bytes.
logging_installer.cc 52 int64 offset = log_size - kTruncatedInstallerLogFileSize;
53 std::string old_log_data(kTruncatedInstallerLogFileSize, 0);
57 kTruncatedInstallerLogFileSize);
logging_installer_unittest.cc 34 EXPECT_EQ(installer::kTruncatedInstallerLogFileSize , file_size);

Completed in 857 milliseconds