Home
last modified time | relevance | path

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

/developtools/integration_verification/tools/fotff/utils/
Druntime.go26 var runtimeDir = `.fotff` var
35 if err := os.MkdirAll(runtimeDir, 0750); err != nil {
38 runtimeCache.LoadFile(filepath.Join(runtimeDir, "fotff.cache"))
47 return runtimeCache.SaveFile(filepath.Join(runtimeDir, "fotff.cache"))
51 return os.WriteFile(filepath.Join(runtimeDir, name), data, 0640)
55 return os.ReadFile(filepath.Join(runtimeDir, name))