Home | History | Annotate | Download | only in testrunner

Lines Matching refs:exists

90   Does nothing if tests/AndroidManifest.xml already exists.
100 # skip if file already exists
103 if os.path.exists(tests_manifest_path):
104 _PrintMessage("%s already exists, not overwritten" % tests_manifest_path)
114 if not os.path.exists(tests_path):
127 Does nothing if tests/Android.mk already exists.
137 # skip if file already exists
140 if os.path.exists(tests_mk_path):
141 _PrintMessage("%s already exists, not overwritten" % tests_mk_path)
164 if not os.path.exists(tests_path):
223 if not os.path.exists(app_path):
241 if not os.path.exists(src_path):