Searched refs:sdk_files_dir (Results 1 – 3 of 3) sorted by relevance
26 shutil.copytree(os.path.join(self.tc.sdk_files_dir, "rust/hello"), targetdir)47 shutil.copytree(os.path.join(self.tc.sdk_files_dir, "rust/hello"), targetdir)
23 'testsdkmakefile' : self.tc.sdk_files_dir}
15 sdk_files_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), "files") variable in OESDKTestContext