Searched refs:OUT_DIR (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/tools/test_idf_monitor/ |
D | run_test_idf_monitor.py | 49 OUT_DIR = 'outputs/' # test results are written to this directory (kept only for debugging purpo… variable 107 with open(OUT_DIR + test[2], 'w', encoding='utf-8') as o_f, \ 108 … tempfile.NamedTemporaryFile(dir=OUT_DIR, prefix=ERR_OUT, mode='w', delete=False) as e_f: 169 f2 = OUT_DIR + test[2] 179 if not os.path.exists(OUT_DIR): 180 os.mkdir(OUT_DIR)
|
/hal_espressif-3.6.0/examples/peripherals/usb/host/msc/components/msc/src/ |
D | msc_scsi_bot.c | 47 #define OUT_DIR 0 macro 338 CBW_BASE_INIT(OUT_DIR, CBW_CMD_SIZE(cbw_write10_t), num_sectors * sector_size), in scsi_cmd_write10() 428 CBW_BASE_INIT(OUT_DIR, CBW_CMD_SIZE(prevent_allow_medium_removal_t), 0), in scsi_cmd_prevent_removal()
|