Lines Matching refs:path
24 import os.path
55 current_dir = os.path.dirname(os.path.realpath(__file__))
56 return os.path.join(current_dir, 'testdata')
61 current_dir = os.path.dirname(os.path.realpath(__file__))
67 def signapk_exists(path): argument
68 signapk_path = os.path.realpath(
69 os.path.join(path, 'framework', 'signapk.jar'))
70 return os.path.exists(signapk_path)
73 full_path = os.path.realpath(os.path.join(
79 current_dir = os.path.dirname(os.path.realpath(__file__))
80 for path in (
85 full_path = os.path.realpath(os.path.join(current_dir, *path))
246 base_path = os.path.dirname(os.path.realpath(__file__))