Lines Matching full:os
19 import os
34 if os.path.islink(sys.argv[0]):
36 return os.path.dirname(os.readlink(sys.argv[0]))
38 return os.path.dirname(os.path.abspath(sys.argv[0]))
40 return os.getcwd()
162 os.chdir(exec_path.parent)
163 os.execve(cmd[0], cmd, full_env)
170 group_local = os.path.join(env.source_iotests, 'group.local')
171 if os.path.isfile(group_local):
188 print('\n'.join([os.path.basename(t) for t in tests]))
192 paths = [os.path.join(env.source_iotests, t) for t in tests]