MCPcopy Create free account
hub / github.com/cztomczak/cefpython / clean_cpp_projects_unix

Function clean_cpp_projects_unix

tools/build.py:513–523  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

511
512
513def clean_cpp_projects_unix():
514 delete_files_by_pattern("{0}/*.o".format(CLIENT_HANDLER_DIR))
515 delete_files_by_pattern("{0}/*.a".format(CLIENT_HANDLER_DIR))
516
517 delete_files_by_pattern("{0}/*.o".format(SUBPROCESS_DIR))
518 delete_files_by_pattern("{0}/*.a".format(SUBPROCESS_DIR))
519 delete_files_by_pattern("{0}/subprocess".format(SUBPROCESS_DIR))
520 delete_files_by_pattern("{0}/main_message_loop/*.o".format(SUBPROCESS_DIR))
521
522 delete_files_by_pattern("{0}/*.o".format(CPP_UTILS_DIR))
523 delete_files_by_pattern("{0}/*.a".format(CPP_UTILS_DIR))
524
525
526def compile_cpp_projects_unix():

Callers 1

Calls 1

delete_files_by_patternFunction · 0.70

Tested by

no test coverage detected