Searched defs:LOCAL_THIRD_PARTY_DIR (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dbuild_server.py16 LOCAL_THIRD_PARTY_DIR = os.path.join(sys.path[0], 'third_party') variable
35 dest_path = os.path.join(LOCAL_THIRD_PARTY_DIR, dest)
51 if os.path.isdir(LOCAL_THIRD_PARTY_DIR):
53 shutil.rmtree(LOCAL_THIRD_PARTY_DIR, False, OnError)
77 MakeInit(LOCAL_THIRD_PARTY_DIR)
83 with open(os.path.join(LOCAL_THIRD_PARTY_DIR,

Completed in 97 milliseconds