Lines Matching defs:string
26 func absPath(ctx Context, p string) string {
35 func indexList(s string, list []string) int {
46 func inList(s string, list []string) bool {
51 func removeFromList(s string, list []string) []string {
62 func ensureDirectoriesExist(ctx Context, dirs ...string) {
72 func ensureEmptyDirectoriesExist(ctx Context, dirs ...string) {
101 func ensureEmptyFileExists(ctx Context, file string) {
115 func singleUnquote(str string) (string, bool) {
123 func decodeKeyValue(str string) (string, string, bool) {
132 func copyFile(src, dst string) (int64, error) {
149 func gzipFileToDir(src, destDir string) error {