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

  /bootable/recovery/
recovery-persist.cpp 96 std::string old_log(LAST_LOG_FILE);
98 old_log += "." + std::to_string(i);
103 // Ignore errors if old_log doesn't exist.
104 rename(old_log.c_str(), new_log.c_str());
recovery.cpp 467 std::string old_log = android::base::StringPrintf("%s", LAST_LOG_FILE); local
469 old_log += "." + std::to_string(i);
472 // Ignore errors if old_log doesn't exist.
473 rename(old_log.c_str(), new_log.c_str());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 22 self.old_log = log.info
26 log.info = self.old_log
test_file_util.py 22 self.old_log = log.info
30 log.info = self.old_log
test_dir_util.py 30 self.old_log = log.info
34 log.info = self.old_log
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 22 self.old_log = log.info
26 log.info = self.old_log
test_file_util.py 22 self.old_log = log.info
30 log.info = self.old_log
test_dir_util.py 30 self.old_log = log.info
34 log.info = self.old_log
  /external/autotest/client/bin/
job.py     [all...]

Completed in 303 milliseconds