Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Virtualization/build/microdroid/init_debug_policy/src/
Dinit_debug_policy.rs34 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/android/vm/src/
Drun.rs309 log_path: Option<&Path>, in run()
327 let log = if let Some(log_path) = log_path { in run()
329 File::create(log_path) in run()
330 .with_context(|| format!("Failed to open log file {:?}", log_path))?, in run()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc367 void delete_btsnoop_files(const std::string& log_path) { in delete_btsnoop_files() argument
369 if (os::FileExists(log_path)) { in delete_btsnoop_files()
370 if (!os::RemoveFile(log_path)) { in delete_btsnoop_files()
371 log::error("Failed to remove main log file at \"{}\"", log_path); in delete_btsnoop_files()
374 log::info("Main log file does not exist at \"{}\"", log_path); in delete_btsnoop_files()
376 auto last_log_path = get_last_log_path(log_path); in delete_btsnoop_files()
379 log::error("Failed to remove last log file at \"{}\"", log_path); in delete_btsnoop_files()
382 log::info("Last log file does not exist at \"{}\"", log_path); in delete_btsnoop_files()
386 void delete_old_btsnooz_files(const std::string& log_path, in delete_old_btsnooz_files() argument
388 auto opt_created_ts = os::FileCreatedTime(log_path); in delete_old_btsnooz_files()
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/pbap/
Dbluetooth_pbap_test.py131 output_path=self.pri_phone.log_path,
393 self.derived_bt_device.take_screenshot(self.derived_bt_device.log_path)
/packages/modules/Bluetooth/android/pandora/test/
Dmain.py111 if ns.log_path:
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_audio_utils.py50 mobly_directory_path = os.path.join(device.log_path, file_name)
Dandroid_bluetooth_decorator.py1196 destination = os.path.join(self._ad.log_path, 'RamdumpLogs', log_name_timestamp)
/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs60 .log_path("/data/misc/apexdata/com.android.uwb/log".into()) in new()
/packages/modules/adb/
Dtest_device.py481 log_path = "/data/local/tmp/adb_signal_test.log"
484 self.device.shell_nocheck(["echo", ">", log_path])
491 """.format(path=log_path)
507 stdout, _ = self.device.shell(["cat", log_path])
/packages/modules/Uwb/indev_uwb_adaptation/jni/src/
Dapi.rs100 .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/
Dandroid_bt_target_device.py94 self.audio_capture_path = os.path.join(self._ad.log_path, 'audio_capture')