Searched refs:log_path (Results 1 – 12 of 12) sorted by relevance
| /packages/modules/Virtualization/vm/src/ |
| D | run.rs | 55 log_path: Option<&Path>, in command_run_app() 151 run(service, &config, &payload_config_str, console_path, log_path) in command_run_app() 185 log_path: Option<&Path>, in command_run_microdroid() 215 log_path, in command_run_microdroid() 233 log_path: Option<&Path>, in command_run() 260 log_path, in command_run() 281 log_path: Option<&Path>, in run() 291 let log = if let Some(log_path) = log_path { in run() 293 File::create(log_path) in run() 294 .with_context(|| format!("Failed to open log file {:?}", log_path))?, in run()
|
| /packages/modules/Virtualization/microdroid/init_debug_policy/src/ |
| D | init_debug_policy.rs | 34 let log_path = if system_properties::read_bool("ro.boot.microdroid.debuggable", false)? in main() localVariable 42 system_properties::write("ro.log.file_logger.path", log_path)?; in main()
|
| /packages/modules/Bluetooth/system/gd/hal/ |
| D | snoop_logger.cc | 333 void delete_btsnoop_files(const std::string& log_path) { in delete_btsnoop_files() argument 335 if (os::FileExists(log_path)) { in delete_btsnoop_files() 336 if (!os::RemoveFile(log_path)) { in delete_btsnoop_files() 337 LOG_ERROR("Failed to remove main log file at \"%s\"", log_path.c_str()); in delete_btsnoop_files() 340 LOG_INFO("Main log file does not exist at \"%s\"", log_path.c_str()); in delete_btsnoop_files() 342 auto last_log_path = get_last_log_path(log_path); in delete_btsnoop_files() 345 LOG_ERROR("Failed to remove last log file at \"%s\"", log_path.c_str()); in delete_btsnoop_files() 348 LOG_INFO("Last log file does not exist at \"%s\"", log_path.c_str()); in delete_btsnoop_files() 352 void delete_old_btsnooz_files(const std::string& log_path, const std::chrono::milliseconds log_life… in delete_old_btsnooz_files() argument 353 auto opt_created_ts = os::FileCreatedTime(log_path); in delete_old_btsnooz_files() [all …]
|
| /packages/modules/Bluetooth/android/pandora/test/ |
| D | main.py | 50 if ns.log_path:
|
| /packages/modules/Bluetooth/system/blueberry/tests/gd/cert/ |
| D | context.py | 160 return logging.log_path
|
| /packages/modules/Bluetooth/system/blueberry/tests/pbap/ |
| D | bluetooth_pbap_test.py | 131 output_path=self.pri_phone.log_path, 393 self.derived_bt_device.take_screenshot(self.derived_bt_device.log_path)
|
| /packages/modules/Bluetooth/system/blueberry/utils/ |
| D | bt_audio_utils.py | 50 mobly_directory_path = os.path.join(device.log_path, file_name)
|
| D | android_bluetooth_decorator.py | 1195 destination = os.path.join(self._ad.log_path, 'RamdumpLogs', log_name_timestamp)
|
| /packages/modules/Uwb/service/uci/jni/src/ |
| D | dispatcher.rs | 63 .log_path("/data/misc/apexdata/com.android.uwb/log".into()) in new()
|
| /packages/modules/adb/ |
| D | test_device.py | 477 log_path = "/data/local/tmp/adb_signal_test.log" 480 self.device.shell_nocheck(["echo", ">", log_path]) 487 """.format(path=log_path) 503 stdout, _ = self.device.shell(["cat", log_path])
|
| /packages/modules/Uwb/indev_uwb_adaptation/jni/src/ |
| D | api.rs | 100 .log_path("/data/misc/apexdata/com.android.uwb/log".into()) in Java_com_android_server_uwb_indev_UwbServiceCore_nativeUwbServiceNew()
|
| /packages/modules/Bluetooth/system/blueberry/controllers/ |
| D | android_bt_target_device.py | 94 self.audio_capture_path = os.path.join(self._ad.log_path, 'audio_capture')
|