Searched refs:runtimeDir (Results 1 – 1 of 1) sorted by relevance
26 var runtimeDir = `.fotff` var35 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))