Home
last modified time | relevance | path

Searched refs:GetChromeOSKeyFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/toolchain-utils/
H A Dmake_root_writable.py188 os.chmod(misc.GetChromeOSKeyFile(options.chromeos_root), 0o600)
H A Dimage_chromeos.py286 os.chmod(misc.GetChromeOSKeyFile(options.chromeos_root), 0o600)
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dmisc.py90 def GetChromeOSKeyFile(chromeos_root): function