Searched refs:log_path (Results 1 – 13 of 13) sorted by relevance
/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 41 system_properties::write("ro.log.file_logger.path", log_path)?; in main()
|
/packages/modules/Virtualization/vm/src/ |
D | run.rs | 293 log_path: Option<&Path>, in run() 310 let log = if let Some(log_path) = log_path { in run() 312 File::create(log_path) in run() 313 .with_context(|| format!("Failed to open log file {:?}", log_path))?, in run()
|
/packages/modules/Virtualization/tests/ferrochrome/ |
D | ferrochrome.sh | 133 log_path="/data/data/${pkg_name}/files/console.log" 137 adb shell grep -sF \""${FECR_BOOT_COMPLETED_LOG}"\" "${log_path}" && exit 0
|
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.cc | 332 void delete_btsnoop_files(const std::string& log_path) { in delete_btsnoop_files() argument 334 if (os::FileExists(log_path)) { in delete_btsnoop_files() 335 if (!os::RemoveFile(log_path)) { in delete_btsnoop_files() 336 log::error("Failed to remove main log file at \"{}\"", log_path); in delete_btsnoop_files() 339 log::info("Main log file does not exist at \"{}\"", log_path); in delete_btsnoop_files() 341 auto last_log_path = get_last_log_path(log_path); in delete_btsnoop_files() 344 log::error("Failed to remove last log file at \"{}\"", log_path); in delete_btsnoop_files() 347 log::info("Last log file does not exist at \"{}\"", log_path); in delete_btsnoop_files() 351 void delete_old_btsnooz_files(const std::string& log_path, const std::chrono::milliseconds log_life… in delete_old_btsnooz_files() argument 352 auto opt_created_ts = os::FileCreatedTime(log_path); in delete_old_btsnooz_files() [all …]
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | main.py | 56 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 | 482 log_path = "/data/local/tmp/adb_signal_test.log" 485 self.device.shell_nocheck(["echo", ">", log_path]) 492 """.format(path=log_path) 508 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')
|