Searched defs:basePath (Results 1 – 3 of 3) sorted by relevance
1000 type basePath struct { struct1001 path string1002 rel string1005 func (p basePath) Ext() string {1009 func (p basePath) Base() string {1013 func (p basePath) Rel() string {1020 func (p basePath) String() string {1024 func (p basePath) withRel(rel string) basePath {1032 basePath anonMember1218 basePath anonMember[all …]
45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted") var
250 func cleanOldFiles(ctx Context, basePath, newFile string) { argument