Home
last modified time | relevance | path

Searched refs:REMOVE_DIR (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/build/
Dswarming_xcode_install.py21 REMOVE_DIR = '/Applications/Xcode9.0-Beta4.app/' variable
37 if not os.path.exists(REMOVE_DIR):
38 print "Failing early since %s isn't there." % REMOVE_DIR
58 if os.path.exists(REMOVE_DIR):
59 shutil.rmtree(REMOVE_DIR)