Searched refs:DISABLE_BROWSER_RESTART_MAGIC_FILE (Results 1 – 3 of 3) sorted by relevance
37 open(constants.DISABLE_BROWSER_RESTART_MAGIC_FILE, 'w').close()71 os.unlink(constants.DISABLE_BROWSER_RESTART_MAGIC_FILE)
175 open(constants.DISABLE_BROWSER_RESTART_MAGIC_FILE, 'w').close()185 os.unlink(constants.DISABLE_BROWSER_RESTART_MAGIC_FILE)
75 DISABLE_BROWSER_RESTART_MAGIC_FILE = '/run/disable_chrome_restart' variable