Home
last modified time | relevance | path

Searched refs:VERBOSE (Results 1 – 25 of 123) sorted by relevance

12345

/system/nfc/src/nfa/hci/
Dnfa_hci_api.cc57 LOG(VERBOSE) << StringPrintf("Invalid Application name"); in NFA_HciRegister()
62 LOG(VERBOSE) << StringPrintf( in NFA_HciRegister()
68 LOG(VERBOSE) << StringPrintf("Application Name: %s", p_app_name); in NFA_HciRegister()
112 LOG(VERBOSE) << StringPrintf("Invalid hci_handle:0x%04x", hci_handle); in NFA_HciGetGateAndPipeList()
116 LOG(VERBOSE) << StringPrintf("hci_handle:0x%04x", hci_handle); in NFA_HciGetGateAndPipeList()
154 LOG(VERBOSE) << StringPrintf("Invalid Application"); in NFA_HciDeregister()
158 LOG(VERBOSE) << StringPrintf("Application Name: %s", p_app_name); in NFA_HciDeregister()
213 LOG(VERBOSE) << StringPrintf("Invalid hci_handle:0x%04x", hci_handle); in NFA_HciAllocGate()
220 LOG(VERBOSE) << StringPrintf("Cannot allocate gate:0x%02x", gate); in NFA_HciAllocGate()
224 LOG(VERBOSE) << StringPrintf("hci_handle:0x%04x, Gate:0x%02x", hci_handle, in NFA_HciAllocGate()
[all …]
Dnfa_hci_utils.cc274 LOG(VERBOSE) << StringPrintf( in nfa_hciu_alloc_gate()
317 LOG(VERBOSE) << StringPrintf( in nfa_hciu_send_msg()
414 LOG(VERBOSE) << StringPrintf("returns: %u", count); in nfa_hciu_get_allocated_gate_list()
444 LOG(VERBOSE) << StringPrintf("nfa_hciu_alloc_pipe:%d, index:%d", pipe_id, in nfa_hciu_alloc_pipe()
453 LOG(VERBOSE) << StringPrintf("nfa_hciu_alloc_pipe:%d, NO free entries !!", in nfa_hciu_alloc_pipe()
471 LOG(VERBOSE) << StringPrintf("ID: %d owner: 0x%04x pipe_inx_mask: 0x%04x", in nfa_hciu_release_gate()
518 LOG(VERBOSE) << StringPrintf( in nfa_hciu_add_pipe_to_gate()
526 LOG(VERBOSE) << StringPrintf("nfa_hciu_add_pipe_to_gate: 0x%02x NOT FOUND", in nfa_hciu_add_pipe_to_gate()
549 LOG(VERBOSE) << StringPrintf( in nfa_hciu_add_pipe_to_static_gate()
589 LOG(VERBOSE) << StringPrintf("app_handle:0x%x", app_handle); in nfa_hciu_find_active_pipe_by_owner()
[all …]
/system/core/libsuspend/
Dautosuspend_wakeup_count.cpp72 LOG(VERBOSE) << "read wakeup_count"; in suspend_thread_func()
86 LOG(VERBOSE) << "wait"; in suspend_thread_func()
93 LOG(VERBOSE) << "write " << wakeup_count << " to wakeup_count"; in suspend_thread_func()
95 LOG(VERBOSE) << "write " << sleep_state << " to " << sys_power_state; in suspend_thread_func()
106 LOG(VERBOSE) << "release sem"; in suspend_thread_func()
159 LOG(VERBOSE) << "autosuspend_init success"; in autosuspend_init()
172 LOG(VERBOSE) << "autosuspend_wakeup_count_enable"; in autosuspend_wakeup_count_enable()
185 LOG(VERBOSE) << "autosuspend_wakeup_count_enable done"; in autosuspend_wakeup_count_enable()
191 LOG(VERBOSE) << "autosuspend_wakeup_count_disable"; in autosuspend_wakeup_count_disable()
203 LOG(VERBOSE) << "autosuspend_wakeup_count_disable done"; in autosuspend_wakeup_count_disable()
[all …]
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc85 LOG(VERBOSE) << StringPrintf( in gki_task_entry()
189 LOG(VERBOSE) << StringPrintf( in GKI_create_task()
194 LOG(VERBOSE) << StringPrintf("Error! task ID > max task allowed"); in GKI_create_task()
214 LOG(VERBOSE) << StringPrintf("GKI creating task %i, pCond/pMutex=%p/%p", in GKI_create_task()
217 LOG(VERBOSE) << StringPrintf("GKI creating JOINABLE task %i", task_id); in GKI_create_task()
234 LOG(VERBOSE) << StringPrintf("pthread_create failed(%d), %s!", ret, taskname); in GKI_create_task()
242 LOG(VERBOSE) << StringPrintf("PBS SQL lowest priority task"); in GKI_create_task()
253 LOG(VERBOSE) << StringPrintf("Leaving GKI_create_task %p %d %lx %s %p %d", in GKI_create_task()
310 LOG(VERBOSE) << StringPrintf("FAILED: result: %d", result); in GKI_shutdown()
314 LOG(VERBOSE) << StringPrintf("task %s dead", in GKI_shutdown()
[all …]
/system/nfc/src/nfa/dm/
Dnfa_dm_api.cc58 LOG(VERBOSE) << __func__; in NFA_Init()
99 LOG(VERBOSE) << __func__; in NFA_Enable()
144 LOG(VERBOSE) << StringPrintf("NFA_Disable (graceful=%i)", graceful); in NFA_Disable()
183 LOG(VERBOSE) << StringPrintf("%s: state:0x%X", __func__, screenState); in NFA_SetPowerSubStateForScreenState()
207 LOG(VERBOSE) << StringPrintf("%s, unknown screen state", __func__); in NFA_SetPowerSubStateForScreenState()
239 LOG(VERBOSE) << StringPrintf("param_id:0x%X", param_id); in NFA_SetConfig()
276 LOG(VERBOSE) << StringPrintf("num_ids: %i", num_ids); in NFA_GetConfig()
334 LOG(VERBOSE) << StringPrintf("poll_mask=0x%x", poll_mask); in NFA_RequestExclusiveRfControl()
376 LOG(VERBOSE) << __func__; in NFA_ReleaseExclusiveRfControl()
431 LOG(VERBOSE) << StringPrintf("0x%X", poll_mask); in NFA_EnablePolling()
[all …]
Dnfa_dm_act.cc93 LOG(VERBOSE) << StringPrintf("nfcc_pwr_mode = 0x%x", nfa_dm_cb.nfcc_pwr_mode); in nfa_dm_nfcc_power_mode_proc_complete_cback()
208 LOG(VERBOSE) << StringPrintf("nfcc_power_mode=%d", nfcc_power_mode); in nfa_dm_proc_nfcc_power_mode()
213 LOG(VERBOSE) << StringPrintf( in nfa_dm_proc_nfcc_power_mode()
264 LOG(VERBOSE) << StringPrintf("%s(0x%x)", nfa_dm_nfc_revt_2_str(event).c_str(), in nfa_dm_nfc_response_cback()
392 LOG(VERBOSE) << StringPrintf("flags:0x%08x", nfa_dm_cb.flags); in nfa_dm_nfc_response_cback()
429 LOG(VERBOSE) << __func__; in nfa_dm_enable()
464 LOG(VERBOSE) << StringPrintf("graceful:%d", p_data->disable.graceful); in nfa_dm_disable()
513 LOG(VERBOSE) << __func__; in nfa_dm_disable_complete()
516 LOG(VERBOSE) << StringPrintf("proceeding with nfc core shutdown."); in nfa_dm_disable_complete()
592 LOG(VERBOSE) << __func__; in nfa_dm_set_power_sub_state()
[all …]
Dnfa_dm_discover.cc79 LOG(VERBOSE) << StringPrintf("listen tech will be changed to 0x%x", in nfa_dm_change_listen_mask()
106 LOG(VERBOSE) << StringPrintf("listen tech will set to 0x%x", in nfa_dm_change_listen_mask()
109 LOG(VERBOSE) << StringPrintf( in nfa_dm_change_listen_mask()
122 LOG(VERBOSE) << StringPrintf("listen tech will set to 0x%x", in nfa_dm_change_listen_mask()
165 LOG(VERBOSE) << StringPrintf("poll tech mask will set to 0x%x", in nfa_dm_change_poll_mask()
187 LOG(VERBOSE) << StringPrintf("listen disabled, rm listen from 0x%x", in nfa_dm_get_rf_discover_config()
209 LOG(VERBOSE) << StringPrintf("default listen tech 0x%x will be used", in nfa_dm_get_rf_discover_config()
217 LOG(VERBOSE) << StringPrintf("poll tech will be changed to 0x%x", in nfa_dm_get_rf_discover_config()
223 LOG(VERBOSE) << StringPrintf("default poll tech 0x%x will be used", in nfa_dm_get_rf_discover_config()
350 LOG(VERBOSE) << StringPrintf("tech_proto_mask = 0x%08X", tech_proto_mask); in nfa_dm_set_rf_listen_mode_config()
[all …]
/system/nfc/src/nfa/wlc/
Dnfa_wlc_main.cc69 LOG(VERBOSE) << __func__; in nfa_wlc_init()
89 LOG(VERBOSE) << __func__; in nfa_wlc_sys_disable()
104 LOG(VERBOSE) << __func__; in nfa_wlc_event_notify()
109 LOG(VERBOSE) << StringPrintf("%s; callback pointer null", __func__); in nfa_wlc_event_notify()
125 LOG(VERBOSE) << StringPrintf("%s; event: %s (0x%02x), flags: %08x", __func__, in nfa_wlc_handle_event()
Dnfa_wlc_act.cc45 LOG(VERBOSE) << StringPrintf("%s; nfa_dm_cb.flags=0x%x", __func__, in nfa_wlc_enable()
58 LOG(VERBOSE) << StringPrintf( in nfa_wlc_enable()
81 LOG(VERBOSE) << StringPrintf("%s; ", __func__); in nfa_wlc_start()
164 LOG(VERBOSE) << StringPrintf("%s; power_adj_req=0x%x, wpt_time_int=0x%x", in nfa_wlc_non_auto_start_wpt()
/system/nfc/src/nfa/sys/
Dnfa_sys_ptim.cc91 LOG(VERBOSE) << StringPrintf("nfa_sys_ptim_timer_update expired: %p", p_tle); in nfa_sys_ptim_timer_update()
109 LOG(VERBOSE) << StringPrintf("ptim timer stop"); in nfa_sys_ptim_timer_update()
126 LOG(VERBOSE) << StringPrintf("nfa_sys_ptim_start_timer %p", p_tle); in nfa_sys_ptim_start_timer()
130 LOG(VERBOSE) << StringPrintf("ptim timer start"); in nfa_sys_ptim_start_timer()
153 LOG(VERBOSE) << StringPrintf("nfa_sys_ptim_stop_timer %p", p_tle); in nfa_sys_ptim_stop_timer()
159 LOG(VERBOSE) << StringPrintf("ptim timer stop"); in nfa_sys_ptim_stop_timer()
Dnfa_sys_main.cc74 LOG(VERBOSE) << StringPrintf("NFA got event 0x%04X", p_msg->event); in nfa_sys_event()
129 LOG(VERBOSE) << StringPrintf("id=%i, enable_cplt_mask=0x%x", id, in nfa_sys_register()
174 LOG(VERBOSE) << StringPrintf("nfa_sys: deregistering subsystem %i", id); in nfa_sys_deregister()
231 LOG(VERBOSE) << StringPrintf("nfa_sys: enabling subsystems"); in nfa_sys_enable_subsystems()
261 LOG(VERBOSE) << StringPrintf("nfa_sys: disabling subsystems:%d", graceful); in nfa_sys_disable_subsystems()
298 LOG(VERBOSE) << StringPrintf( in nfa_sys_notify_nfcc_power_mode()
/system/core/fastboot/
Dsuper_flash_helper.cpp31 LOG(VERBOSE) << "device does not support optimized super flashing"; in Open()
53 LOG(VERBOSE) << "could not find partition image: " << image_name; in AddPartition()
59 LOG(VERBOSE) << "cannot optimize dynamic partitions with sparse images"; in AddPartition()
78 LOG(VERBOSE) << "device does not support optimized super flashing"; in GetSparseLayout()
90 LOG(VERBOSE) << "super image is too big to flash"; in GetSparseLayout()
116 LOG(VERBOSE) << "unrecognized extent type in super image layout"; in GetSparseLayout()
120 LOG(VERBOSE) << "sparse failure building super image layout"; in GetSparseLayout()
/system/nfc/src/adaptation/
DNfcAdaptation.cc119 LOG(VERBOSE) << StringPrintf("%s: level=%u", __func__, nfc_debug_enabled); in initializeGlobalDebugEnabledFlag()
129 LOG(VERBOSE) << StringPrintf("%s: nfc_nci_reset_type=%u", __func__, in initializeNciResetTypeFlag()
140 LOG(VERBOSE) << StringPrintf("%s: mute_tech_route_option=%u", __func__, in initializeNfcMuteTechRouteOptionFlag()
207 LOG(VERBOSE) << StringPrintf("%s: mNfcDeathHal is not set", __func__); in finalize()
480 LOG(VERBOSE) << StringPrintf("%s: enter", func); in Initialize()
498 LOG(VERBOSE) << StringPrintf( in Initialize()
506 LOG(VERBOSE) << StringPrintf( in Initialize()
544 LOG(VERBOSE) << StringPrintf("%s: preserve stack NV store", __func__); in Initialize()
561 LOG(VERBOSE) << StringPrintf("%s: exit", func); in Initialize()
577 LOG(VERBOSE) << StringPrintf("%s: enter", func); in Finalize()
[all …]
Dlibmain.cc87 LOG(VERBOSE) << StringPrintf("%s: buffer len=%u; file=%s", __func__, nbytes, in nfa_nv_co_read()
100 LOG(VERBOSE) << StringPrintf("%s: data size=%zu", __func__, actualReadData); in nfa_nv_co_read()
107 LOG(VERBOSE) << StringPrintf("%s: fail to open", __func__); in nfa_nv_co_read()
135 LOG(VERBOSE) << StringPrintf("%s: bytes=%u; file=%s", __func__, nbytes, in nfa_nv_co_write()
144 LOG(VERBOSE) << StringPrintf("%s: %zu bytes written", __func__, in nfa_nv_co_write()
177 LOG(VERBOSE) << StringPrintf("%s", __func__); in delete_stack_non_volatile_store()
217 LOG(VERBOSE) << StringPrintf("%s", __func__); in verify_stack_non_volatile_store()
Ddebug_lmrt.cc59 if (!WOULD_LOG(VERBOSE)) return; in lmrt_log()
71 LOG(VERBOSE) << StringPrintf("lmrt_log: Packet %d/%d, %d more packet", i + 1, in lmrt_log()
74 LOG(VERBOSE) << StringPrintf("lmrt_log: %d entries in this packet", in lmrt_log()
77 LOG(VERBOSE) << StringPrintf("lmrt_log: tlv: %s", tlvs_str.c_str()); in lmrt_log()
/system/nfc/src/nfa/rw/
Dnfa_rw_api.cc68 LOG(VERBOSE) << __func__; in NFA_RwDetectNDef()
113 LOG(VERBOSE) << __func__; in NFA_RwReadNDef()
152 LOG(VERBOSE) << StringPrintf("ndef len: %i", len); in NFA_RwWriteNDef()
190 LOG(VERBOSE) << __func__; in NFA_RwPresenceCheck()
223 LOG(VERBOSE) << __func__; in NFA_RwFormatTag()
262 LOG(VERBOSE) << StringPrintf( in NFA_RwSetTagReadOnly()
271 LOG(VERBOSE) << StringPrintf("Cannot %s for Protocol: %d", in NFA_RwSetTagReadOnly()
277 LOG(VERBOSE) << StringPrintf("%s", b_hard_lock ? "Hard lock" : "Soft lock"); in NFA_RwSetTagReadOnly()
335 LOG(VERBOSE) << __func__; in NFA_RwLocateTlv()
608 LOG(VERBOSE) << StringPrintf("Block to read: %d", block_number); in NFA_RwT2tRead()
[all …]
/system/nfc/src/nfc/tags/
Dce_t4t.cc75 LOG(VERBOSE) << StringPrintf("Status:0x%04X", status); in ce_t4t_send_status()
109 LOG(VERBOSE) << StringPrintf("FileID:0x%04X", file_id); in ce_t4t_select_file()
112 LOG(VERBOSE) << StringPrintf("Select CC file"); in ce_t4t_select_file()
121 LOG(VERBOSE) << StringPrintf( in ce_t4t_select_file()
155 LOG(VERBOSE) << StringPrintf( in ce_t4t_read_binary()
242 LOG(VERBOSE) << StringPrintf( in ce_t4t_update_binary()
277 LOG(VERBOSE) << StringPrintf("Sent CE_T4T_NDEF_UPDATE_CPLT_EVT"); in ce_t4t_update_binary()
316 LOG(VERBOSE) << StringPrintf("version = 0x%02X", version); in ce_t4t_set_version_in_cc()
336 LOG(VERBOSE) << __func__; in ce_t4t_process_select_file_cmd()
381 LOG(VERBOSE) << __func__; in ce_t4t_process_select_app_cmd()
[all …]
Drw_t4t.cc175 LOG(VERBOSE) << StringPrintf( in rw_t4t_set_ber_tlv()
183 LOG(VERBOSE) << StringPrintf( in rw_t4t_set_ber_tlv()
192 LOG(VERBOSE) << StringPrintf("%s - Short Field Coding used", __func__); in rw_t4t_set_ber_tlv()
764 LOG(VERBOSE) << StringPrintf("%s - File ID:0x%04X", __func__, file_id); in rw_t4t_select_file()
817 LOG(VERBOSE) << StringPrintf("%s - offset:%d, length:%d, is_continue:%d, ", in rw_t4t_read_file()
849 LOG(VERBOSE) << StringPrintf( in rw_t4t_read_file()
905 LOG(VERBOSE) << StringPrintf("%s - Read below 0x8000 address offset detected", in rw_t4t_read_file()
951 LOG(VERBOSE) << StringPrintf("%s - NLEN:%d", __func__, ndef_len); in rw_t4t_update_nlen()
997 LOG(VERBOSE) << StringPrintf("%s - rw_offset:%d, rw_length:%d", __func__, in rw_t4t_update_file()
1029 LOG(VERBOSE) << StringPrintf( in rw_t4t_update_file()
[all …]
Drw_i93.cc78 LOG(VERBOSE) << __func__; in rw_i93_get_product_version()
174 LOG(VERBOSE) << StringPrintf( in rw_i93_get_product_version()
206 LOG(VERBOSE) << __func__; in rw_i93_process_ext_sys_info()
291 LOG(VERBOSE) << __func__; in rw_i93_process_sys_info()
456 LOG(VERBOSE) << __func__; in rw_i93_check_sys_info_prot_ext()
488 LOG(VERBOSE) << __func__; in rw_i93_send_to_upper()
711 LOG(VERBOSE) << StringPrintf("including_afi:%d, AFI:0x%02X", including_afi, in rw_i93_send_cmd_inventory()
772 LOG(VERBOSE) << __func__; in rw_i93_send_cmd_stay_quiet()
825 LOG(VERBOSE) << __func__; in rw_i93_send_cmd_read_single_block()
903 LOG(VERBOSE) << __func__; in rw_i93_send_cmd_write_single_block()
[all …]
/system/nfc/src/nfa/ee/
Dnfa_ee_api.cc57 LOG(VERBOSE) << __func__; in NFA_EeDiscover()
100 LOG(VERBOSE) << StringPrintf("NFA_EeGetInfo em_state:%d cur_ee:%d", in NFA_EeGetInfo()
117 LOG(VERBOSE) << StringPrintf("xx:%d max_ret:%d, num_ret:%d ee_status:0x%x", in NFA_EeGetInfo()
136 LOG(VERBOSE) << StringPrintf("num_ret:%d", num_ret); in NFA_EeGetInfo()
157 LOG(VERBOSE) << __func__; in NFA_EeRegister()
202 LOG(VERBOSE) << StringPrintf("%d, status:%d", index, status); in NFA_EeDeregister()
246 LOG(VERBOSE) << StringPrintf("handle:<0x%x>, mode:0x%02X", ee_handle, mode); in NFA_EeModeSet()
301 LOG(VERBOSE) << StringPrintf( in NFA_EeSetDefaultTechRouting()
363 LOG(VERBOSE) << StringPrintf("handle:<0x%x>clear technology_mask:<0x%x>", in NFA_EeClearDefaultTechRouting()
366 LOG(VERBOSE) << StringPrintf("nothing to clear"); in NFA_EeClearDefaultTechRouting()
[all …]
Dnfa_ee_main.cc99 LOG(VERBOSE) << __func__; in nfa_ee_init()
125 LOG(VERBOSE) << StringPrintf("%s", __func__); in nfa_ee_sys_enable()
133 LOG(VERBOSE) << StringPrintf("nfa_ee_cb.route_block_control=0x%x", in nfa_ee_sys_enable()
164 LOG(VERBOSE) << StringPrintf( in nfa_ee_restore_one_ecb()
225 LOG(VERBOSE) << StringPrintf("nfcc_power_mode=%d", nfcc_power_mode); in nfa_ee_proc_nfcc_power_mode()
285 LOG(VERBOSE) << __func__; in nfa_ee_proc_hci_info_cback()
362 LOG(VERBOSE) << StringPrintf("nfa_ee_proc_evt: event=0x%02x int_event:0x%x", in nfa_ee_proc_evt()
406 LOG(VERBOSE) << __func__; in nfa_ee_find_ecb()
435 LOG(VERBOSE) << __func__; in nfa_ee_find_ecb_by_conn_id()
463 LOG(VERBOSE) << __func__; in nfa_ee_sys_disable()
[all …]
Dnfa_ee_act.cc138 LOG(VERBOSE) << StringPrintf("%s id:0x%x len=%d aid:%s", p_str.c_str(), id, in nfa_ee_trace_aid()
209 LOG(VERBOSE) << StringPrintf( in nfa_ee_update_route_size()
246 LOG(VERBOSE) << StringPrintf( in nfa_ee_update_route_aid_size()
272 LOG(VERBOSE) << StringPrintf( in nfa_ee_update_route_sys_code_size()
305 LOG(VERBOSE) << StringPrintf("nfa_ee_total_lmrt_size size:%d", lmrt_size); in nfa_ee_total_lmrt_size()
349 LOG(VERBOSE) << StringPrintf("%s; Blocking tech routing for tech: %d", in nfa_ee_add_tech_route_to_ecb()
415 LOG(VERBOSE) << StringPrintf("%s - NFC DEP added for DH!!!", __func__); in nfa_ee_add_proto_route_to_ecb()
486 LOG(VERBOSE) << StringPrintf("%s - p_cb->aid_info%x", __func__, in nfa_ee_add_aid_route_to_ecb()
489 LOG(VERBOSE) << StringPrintf( in nfa_ee_add_aid_route_to_ecb()
495 LOG(VERBOSE) << StringPrintf( in nfa_ee_add_aid_route_to_ecb()
[all …]
/system/nfc/src/nfc/nfc/
Dnfc_task.cc124 LOG(VERBOSE) << StringPrintf( in nfc_process_timer_evt()
127 LOG(VERBOSE) << StringPrintf( in nfc_process_timer_evt()
264 LOG(VERBOSE) << StringPrintf( in nfc_process_quick_timer_evt()
332 LOG(VERBOSE) << StringPrintf("NFC_TASK started."); in nfc_task()
342 LOG(VERBOSE) << StringPrintf("NFC_TASK got NFC_TASK_EVT_TRANSPORT_READY."); in nfc_task()
394 LOG(VERBOSE) << StringPrintf( in nfc_task()
426 LOG(VERBOSE) << StringPrintf("nfc_task terminated"); in nfc_task()
/system/nfc/src/nfa/ce/
Dnfa_ce_api.cc125 LOG(VERBOSE) << __func__; in NFA_CeConfigureLocalTag()
202 LOG(VERBOSE) << StringPrintf("ee_handle = 0x%x", ee_handle); in NFA_CeConfigureUiccListenTech()
255 LOG(VERBOSE) << __func__; in NFA_CeRegisterFelicaSystemCodeOnDH()
300 LOG(VERBOSE) << StringPrintf("handle:0x%X", handle); in NFA_CeDeregisterFelicaSystemCodeOnDH()
330 LOG(VERBOSE) << __func__; in NFA_CeRegisterAidOnDH()
373 LOG(VERBOSE) << StringPrintf("handle:0x%X", handle); in NFA_CeDeregisterAidOnDH()
408 LOG(VERBOSE) << StringPrintf("0x%x", tech_mask); in NFA_CeSetIsoDepListenTech()
/system/apex/apexd/
Dapexd_private.cpp35 LOG(VERBOSE) << "Creating bind-mount for " << target << " for " << source; in BindMount()
69 LOG(VERBOSE) << "Creating mountpoint " << target; in BindMount()
84 LOG(VERBOSE) << "Bind-mounting " << source << " to " << target; in BindMount()

12345