Home
last modified time | relevance | path

Searched refs:glob_result (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py148 glob_result = glob.glob(glob_str)
149 self.assertTrue(glob_result, 'Missing archiver directory for %s' % (target))
151 archive_path = os.path.join(glob_result[0], target_file_name)
229 glob_result = glob.glob(glob_str)
230 self.assertTrue(glob_result, 'Missing archiver directory for %s' % (target))
232 archive_path = os.path.join(glob_result[0], target_file_name)
256 glob_result = glob.glob(glob_str)
257 self.assertTrue(glob_result, 'Missing archive file %s' % (target_file_name))
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c236 glob_t glob_result; /* result of parameter globbing */ member
1846 pi->progs->glob_result.gl_pathv[0] =
1856 pi->progs->glob_result.gl_pathv[0] =
1960 globfree(&child->glob_result);
2481 glob_target = &child->glob_result;
2580 prog->glob_result.gl_pathv = NULL;