Lines Matching full:os
10 import os
36 current_builddir = os.environ.get("BUILDDIR")
42 oe_init_build_env_path = os.path.join(
43 os.path.dirname(os.path.abspath(__file__)),
44 os.pardir,
45 os.pardir,
46 os.pardir,
47 os.pardir,
48 os.pardir,
51 if not os.path.exists(oe_init_build_env_path):
57 oe_init_build_env_path = os.path.realpath(oe_init_build_env_path)
61 cwd=os.path.dirname(oe_init_build_env_path),
71 os.environ['BUILDDIR'] = BuildTest.BUILDDIR
74 bitbake_path = os.path.join(
75 os.path.dirname(os.path.abspath(__file__)),
76 os.pardir,
77 os.pardir,
78 os.pardir,
79 os.pardir,
82 if not os.path.exists(bitbake_path):
86 os.environ['BBBASEDIR'] = bitbake_path
91 BUILDDIR = os.environ.get("BUILDDIR")
96 os.environ.get('DJANGO_SETTINGS_MODULE', ''),
121 current_variable = os.environ.get(variable_name)
128 if os.environ.get("TOASTER_TEST_USE_SSTATE_MIRROR"):