Searched defs:new_log (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc152 bool new_log) {
161 if (new_log || !symlink_exists) {
151 SetUpSymlinkIfNeeded(const base::FilePath& symlink_path, bool new_log) argument
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.cc277 void ThreadLogsManager::AddLog(scoped_ptr<ThreadLog> new_log) { argument
283 logs_.push_back(new_log.release());
360 ThreadLog* new_log = new ThreadLog(); local
361 CHECK(new_log);
362 g_logs_manager.Pointer()->AddLog(make_scoped_ptr(new_log));
363 g_tls_log = new_log;
/external/fio/
H A Dstat.c1578 void *new_log; local
1580 new_log = realloc(iolog->log, new_size);
1581 if (!new_log) {
1586 iolog->log = new_log;

Completed in 127 milliseconds