Lines Matching refs:os
23 import os
24 import os.path
39 not os.environ.get('ANDROID_BUILD_TOP') and
40 os.environ.get('FORCE_RUN_RELEASETOOLS') != '1')
53 current_dir = os.path.dirname(os.path.realpath(__file__))
54 return os.path.join(current_dir, 'testdata')
61 signapk_path = os.path.realpath(
62 os.path.join(path, 'framework', 'signapk.jar'))
63 return os.path.exists(signapk_path)
66 full_path = os.path.realpath(os.path.join(
67 os.environ.get('ANDROID_BUILD_TOP', ''), 'out', 'host', 'linux-x86'))
72 current_dir = os.path.dirname(os.path.realpath(__file__))
78 full_path = os.path.realpath(os.path.join(current_dir, *path))
143 fp.write(os.urandom(data_size))
198 os.path.dirname(os.path.realpath(__file__)))