Lines Matching full:remove
85 os.remove(f)
327 # remove the POST_ACTION as it will cause meaningless errors(file not
632 print ('Remove library:'+ GroupLibFullName(name, Env))
735 objects = [] # remove all of objects
750 # remove source files with local flags setting
756 objects.remove(obj)
870 def SrcRemove(src, remove): argument
876 if type(remove) == type('str'):
877 if os.path.isabs(remove):
878 remove = os.path.relpath(remove, GetCurrentDir())
879 remove = os.path.normpath(remove)
891 if item_str == remove:
892 src.remove(item)
894 for remove_item in remove:
911 src.remove(item)