Home
last modified time | relevance | path

Searched refs:runtime_files_dir (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dscons.py18 src = os.path.join(cls.tc.runtime_files_dir, 'hello.c')
21 src = os.path.join(cls.tc.runtime_files_dir, 'SConstruct')
H A Dkernelmodule.py18 src = os.path.join(cls.tc.runtime_files_dir, 'hellomod.c')
22 src = os.path.join(cls.tc.runtime_files_dir, 'hellomod_makefile')
H A Dgcc.py21 src = os.path.join(cls.tc.runtime_files_dir, 'testmakefile')
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py19 runtime_files_dir = os.path.join( variable in OERuntimeTestContext