Searched defs:replace_path (Results 1 – 3 of 3) sorted by relevance
63 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local103 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local138 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
140 …replace_path = lambda x: os.path.join(tmp, os.path.basename(x)) if x != '/dev/null' else '/dev/nul… function
649 def replace_path(binary, replace_from, replace_to): function