Searched refs:files_dir (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/cases/ |
| H A D | gcc.py | 20 files = {'test.c' : self.tc.files_dir, 'test.cpp' : self.tc.files_dir,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | gcc.py | 16 src = os.path.join(cls.tc.files_dir, 'test.c') 22 src = os.path.join(cls.tc.files_dir, 'test.cpp')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | buildhistory.py | 109 with open(self.tc.files_dir + "/buildhistory_filelist1.txt", "r") as f: 111 with open(self.tc.files_dir + "/buildhistory_filelist2.txt", "r") as f:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | meta_ide.py | 35 runCmd('cp %s/test.c %s' % (self.tc.files_dir, self.tmpdir_metaideQA))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | context.py | 22 files_dir = os.path.abspath(os.path.join(os.path.dirname( variable in OETestContext
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 1581 files_dir = _determine_files_dir(rd) 1595 os.path.join(files_dir, basepath), 1700 files_dir = _determine_files_dir(rd) 1718 path = os.path.join(files_dir, basepath) 1730 os.path.join(files_dir, basepath), 1738 os.path.join(files_dir, basepath),
|