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

  /external/lldb/tools/driver/
IOChannel.cpp 286 char history_path[PATH_MAX]; local
287 ::snprintf (history_path, sizeof(history_path), "~/.%s-history", SBHostOS::GetProgramFileSpec().GetFilename());
288 if ((size_t)SBFileSpec::ResolvePath (history_path, history_path, sizeof(history_path)) < sizeof(history_path) - 1)
290 const char *path_ptr = history_path;
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc 43 base::FilePath history_path(
45 if (!base::DeleteFile(history_path, false) ||
46 base::PathExists(history_path)) {
48 << history_path.value();
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc     [all...]

Completed in 185 milliseconds