Lines Matching refs:replace_path
66 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
67 if (VerifyPathExists(replace_path)) { in SetValueFromString()
69 ConstString b(replace_path); in SetValueFromString()
78 previousError.c_str(), replace_path); in SetValueFromString()
106 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
107 if (VerifyPathExists(replace_path)) { in SetValueFromString()
109 ConstString b(replace_path); in SetValueFromString()
118 previousError.c_str(), replace_path); in SetValueFromString()
144 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local
145 if (VerifyPathExists(replace_path)) { in SetValueFromString()
147 ConstString b(replace_path); in SetValueFromString()
156 previousError.c_str(), replace_path); in SetValueFromString()