Lines Matching full:path
39 GSUTIL_DIR = os.path.dirname(os.path.abspath(os.path.realpath(__file__)))
44 # The wrapper script adds all third_party libraries to the Python path, since
46 THIRD_PARTY_DIR = os.path.join(GSUTIL_DIR, 'third_party')
50 # add our bundled version of modules to the Python path.
59 # that needs to be added to sys.path.
76 if not os.path.isdir(os.path.join(THIRD_PARTY_DIR, libdir)):
82 sys.path.insert(0, os.path.join(THIRD_PARTY_DIR, libdir, subdir))
84 # The wrapper script adds all third_party libraries to the Python path, since
86 THIRD_PARTY_DIR = os.path.join(GSUTIL_DIR, 'third_party')
88 CRCMOD_PATH = os.path.join(THIRD_PARTY_DIR, 'crcmod', 'python2')
89 CRCMOD_OSX_PATH = os.path.join(THIRD_PARTY_DIR, 'crcmod_osx')
101 sys.path.insert(0, local_crcmod_path)