Searched defs:basePath (Results 1 – 3 of 3) sorted by relevance
900 type basePath struct { struct901 path string902 rel string905 func (p basePath) Ext() string {909 func (p basePath) Base() string {913 func (p basePath) Rel() string {920 func (p basePath) String() string {924 func (p basePath) withRel(rel string) basePath {932 basePath anonMember1116 basePath anonMember[all …]
208 func cleanOldFiles(ctx Context, basePath, newFile string) { argument
45 basePath = flag.String("base_path", ".", "base path where images and tools are extracted") var