Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/macosx/function-starts/
H A DTestFunctionStarts.py54 remove_file(exe)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1175 remove_file(dst)
1183 remove_file(log_file)
2560 remove_file(file)
2567 def remove_file(file, num_retries=1, sleep_duration=0.5): function