Searched refs:files_dir (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | gcc.py | 22 files = {'test.c' : self.tc.files_dir, 'test.cpp' : self.tc.files_dir,
|
H A D | maturin.py | 48 os.path.join(self.tc.files_dir, "maturin/guessing-game"), targetdir
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | gcc.py | 18 src = os.path.join(cls.tc.files_dir, 'test.c') 24 src = os.path.join(cls.tc.files_dir, 'test.cpp')
|
H A D | maturin.py | 31 src = os.path.join(cls.tc.files_dir, "maturin/guessing-game")
|
H A D | rust.py | 16 src = os.path.join(cls.tc.files_dir, 'test.rs')
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | buildhistory.py | 121 with open(self.tc.files_dir + "/buildhistory_filelist1.txt", "r") as f: 123 with open(self.tc.files_dir + "/buildhistory_filelist2.txt", "r") as f:
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | meta_ide.py | 39 runCmd('cp %s/test.c %s' % (self.tc.files_dir, self.tmpdir_metaideQA))
|
/openbmc/openbmc/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
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1642 files_dir = _determine_files_dir(rd) 1656 os.path.join(files_dir, basepath), 1774 files_dir = _determine_files_dir(rd) 1800 path = os.path.join(files_dir, basepath) 1812 os.path.join(files_dir, basepath), 1821 os.path.join(files_dir, basepath),
|