Searched refs:replace_path (Results 1 – 1 of 1) sorted by relevance
67 const char *replace_path = args.GetArgumentAtIndex(i + 1); in SetValueFromString() local68 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() local106 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() local142 if (VerifyPathExists(replace_path)) { in SetValueFromString()[all …]