Home | History | Annotate | Download | only in common_lib

Lines Matching refs:df

92         df = repo_run_command(repo,
93 'df -PB %d . | tail -1' % 10 ** 9).stdout.split()
94 free_space_gb = int(df[3])