Searched refs:l_result (Results 1 – 3 of 3) sorted by relevance
48 l_result = utils.run("losetup -f")50 self.loopback = l_result.stdout.strip()74 l_result = utils.run("lvdisplay")76 if self.lvtest_name in l_result.stdout:87 l_result = utils.run('losetup -a')88 if self.loopback and (self.loopback in l_result.stdout):
1545 OPJ_BOOL l_result = OPJ_TRUE; in opj_jp2_write_jp2h() local1583 l_result = OPJ_FALSE; in opj_jp2_write_jp2h()1591 if (! l_result) { in opj_jp2_write_jp2h()1609 l_result = OPJ_FALSE; in opj_jp2_write_jp2h()1612 if (l_result) { in opj_jp2_write_jp2h()1617 l_result = OPJ_FALSE; in opj_jp2_write_jp2h()1634 return l_result; in opj_jp2_write_jp2h()1644 OPJ_BOOL l_result; in opj_jp2_write_ftyp() local1676 l_result = (opj_stream_write_data(cio,l_ftyp_data,l_ftyp_size,p_manager) == l_ftyp_size); in opj_jp2_write_ftyp()1677 if (! l_result) in opj_jp2_write_ftyp()[all …]
7277 OPJ_BOOL l_result = OPJ_TRUE; in opj_j2k_exec() local7290 l_result = l_result && ((*l_procedure) (p_j2k,p_stream,p_manager)); in opj_j2k_exec()7296 return l_result; in opj_j2k_exec()