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

  /external/autotest/tko/
retrieve_logs.cgi 139 def get_full_url(info, log_path):
145 path = log_path
154 log_path = _get_requested_path() variable
155 info = find_repository_host(log_path)
156 site_retrieve_logs(log_path)
157 print _PAGE % get_full_url(info, log_path)
  /system/update_engine/
main.cc 41 void SetupLogSymlink(const string& symlink_path, const string& log_path) {
49 base::FilePath(log_path),
53 if (symlink(log_path.c_str(), symlink_path.c_str()) == -1) {
55 << " pointing at " << log_path; local
  /test/vts/runners/host/
logger.py 122 def _initiateTestLogger(log_path, prefix=None, filename=None):
130 log_path: Location of the log file.
153 utils.create_dir(log_path)
154 fh = logging.FileHandler(os.path.join(log_path, 'test_run_details.txt'))
159 log.log_path = log_path
160 logging.log_path = log_path
196 def setupTestLogger(log_path, prefix=None, filename=None):
200 log_path: Location of the report file
243 def log_path(self): member in class:LoggerProxy
    [all...]
  /system/bt/hci/src/
btsnoop.cc 80 static char* get_btsnoop_log_path(char* log_path);
81 static char* get_btsnoop_last_log_path(char* last_log_path, char* log_path);
163 char log_path[PROPERTY_VALUE_MAX]; local
165 get_btsnoop_log_path(log_path);
166 get_btsnoop_last_log_path(last_log_path, log_path);
167 remove(log_path);
197 char log_path[PROPERTY_VALUE_MAX]; local
199 get_btsnoop_log_path(log_path);
200 get_btsnoop_last_log_path(last_log_path, log_path);
202 if (!rename(log_path, last_log_path) && errno != ENOENT
    [all...]

Completed in 699 milliseconds