Home | History | Annotate | Download | only in bin

Lines Matching defs:string

9 import os, re, string, sys, fcntl, logging
338 @param test: A string containing the name of the test
343 @param tag: A string tag to make this test unique (Required for control
440 @param mountpoint_func: A callable that returns a path as a string,
462 @param mountpoint_func: function to return mount point string
506 @returns a string with the mount point of the partition or None if not
805 return names.translate(string.maketrans('[]', ' ')).split()