Home | History | Annotate | Download | only in gyp

Lines Matching full:path

19 BUILD_ANDROID_DIR = os.path.abspath(
20 os.path.join(os.path.dirname(__file__), os.pardir))
21 sys.path.append(BUILD_ANDROID_DIR)
38 device_path = os.path.join(options.device_dir, lib)
39 host_path = os.path.join(options.libraries_dir, lib)
45 device.PushChangedFiles([(os.path.abspath(host_path), device_path)])
64 parser.add_option('--stamp', help='Path to touch on success.')
66 help='Path to build device configuration.')
75 output_directory=os.path.abspath(options.output_directory))