Searched refs:rm_cmd (Results 1 – 6 of 6) sorted by relevance
87 rm_cmd = [92 result = subprocess.call(rm_cmd)
303 rm_cmd = self._get_gs_command('rm')305 cmd = ' '.join(rm_cmd + [artifact])
418 rm_cmd = 'find "%s" -mindepth 1 -maxdepth 1 -print0 | xargs -0 rm -rf'419 self.run(rm_cmd % path, ignore_status=ignore_status, timeout=timeout)
792 rm_cmd = 'rm %s' % os.path.join(self._FINGERPRINT_BUILD_FW_DIR,795 result = self.run_cmd(rm_cmd)800 (result.exit_status, result.stderr.strip() or rm_cmd))
720 rm_cmd = '%s %s remove -r %s -n %s%s' % (723 self.os_if.run_shell_command(rm_cmd)
1938 const char rm_cmd[] = "rm -f all ;"; in pkg_checkFlag() local1945 if (uprv_strstr(flag, rm_cmd) != NULL) { in pkg_checkFlag()1959 offset = static_cast<int32_t>(uprv_strlen(rm_cmd)); in pkg_checkFlag()