Home
last modified time | relevance | path

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

/packages/modules/Virtualization/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/vm/src/
Drun.rs293 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/
Dferrochrome.sh133 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/
Dsnoop_logger.cc332 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/
Dmain.py56 if ns.log_path:
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcontext.py160 return logging.log_path
/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/system/blueberry/utils/
Dbt_audio_utils.py50 mobly_directory_path = os.path.join(device.log_path, file_name)
Dandroid_bluetooth_decorator.py1195 destination = os.path.join(self._ad.log_path, 'RamdumpLogs', log_name_timestamp)
/packages/modules/Uwb/service/uci/jni/src/
Ddispatcher.rs63 .log_path("/data/misc/apexdata/com.android.uwb/log".into()) in new()
/packages/modules/adb/
Dtest_device.py482 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/
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')