Home
last modified time | relevance | path

Searched refs:file_logging (Results 1 – 5 of 5) sorted by relevance

/dports/security/zeronet/ZeroNet-0.7.1/src/
H A DConfig.py583 def initLogging(self, console_logging=None, file_logging=None): argument
587 if file_logging == None:
588 file_logging = self.log_level != "off"
607 if file_logging:
/dports/emulators/mess/mame-mame0226/src/devices/bus/megadrive/
H A Dmd_slot.h180 void file_logging(uint8_t *ROM, uint32_t rom_len, uint32_t nvram_len);
H A Dmd_slot.cpp345file_logging((uint8_t *)m_cart->get_rom_base(), m_cart->get_rom_size(), m_cart->get_nvram_size()); in call_load()
984 void base_md_cart_slot_device::file_logging(uint8_t *ROM8, uint32_t rom_len, uint32_t nvram_len) in file_logging() function in base_md_cart_slot_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/megadrive/
H A Dmd_slot.h180 void file_logging(uint8_t *ROM, uint32_t rom_len, uint32_t nvram_len);
H A Dmd_slot.cpp345file_logging((uint8_t *)m_cart->get_rom_base(), m_cart->get_rom_size(), m_cart->get_nvram_size()); in call_load()
984 void base_md_cart_slot_device::file_logging(uint8_t *ROM8, uint32_t rom_len, uint32_t nvram_len) in file_logging() function in base_md_cart_slot_device