Lines Matching refs:path
24 import os.path
57 current_dir = os.path.dirname(os.path.realpath(__file__))
58 return os.path.join(current_dir, 'testdata')
63 current_dir = os.path.dirname(os.path.realpath(__file__))
69 def signapk_exists(path): argument
70 signapk_path = os.path.realpath(
71 os.path.join(path, 'framework', 'signapk.jar'))
72 return os.path.exists(signapk_path)
75 full_path = os.path.realpath(os.path.join(
81 current_dir = os.path.dirname(os.path.realpath(__file__))
82 for path in (
87 full_path = os.path.realpath(os.path.join(current_dir, *path))
248 base_path = os.path.dirname(os.path.realpath(__file__))
250 os.path.join(base_path, subdir) for subdir in ALLOWED_TEST_SUBDIRS