Lines Matching refs:replace_path
67 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
68 if (VerifyPathExists(replace_path)) { in SetValueFromString()
70 ConstString b(replace_path); in SetValueFromString()
76 "the replacement path doesn't exist: \"%s\"", replace_path); in SetValueFromString()
105 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
106 if (VerifyPathExists(replace_path)) { in SetValueFromString()
108 ConstString b(replace_path); in SetValueFromString()
114 "the replacement path doesn't exist: \"%s\"", replace_path); in SetValueFromString()
141 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
142 if (VerifyPathExists(replace_path)) { in SetValueFromString()
144 ConstString b(replace_path); in SetValueFromString()
149 "the replacement path doesn't exist: \"%s\"", replace_path); in SetValueFromString()