Searched defs:basePath (Results 1 – 3 of 3) sorted by relevance
580 basePath anonMember1205 type basePath struct { struct1206 path string1207 rel string1215 func (p *basePath) ToGob() *basePathGob {1222 func (p *basePath) FromGob(data *basePathGob) {1227 func (p basePath) GobEncode() ([]byte, error) {1231 func (p *basePath) GobDecode(data []byte) error {1235 func (p basePath) Ext() string {1239 func (p basePath) Base() string {[all …]
45 …basePath = flag.String("base_path", ".", "base path where images and tools are extracte… var
269 func cleanOldFiles(ctx Context, basePath, newFile string) { argument