Searched refs:strl (Results 1 – 3 of 3) sorted by relevance
599 int StringReplaceChr(char *strl, char oldChr, char newChr) in StringReplaceChr() argument601 INIT_ERROR_CHECK(strl != NULL, return -1, "Invalid parament"); in StringReplaceChr()602 char *p = strl; in StringReplaceChr()609 INIT_LOGV("strl is %s", strl); in StringReplaceChr()
87 int StringReplaceChr(char *strl, char oldChr, char newChr);
84 static bool ReadDeviceSysfsFile(BlockDevice &dev, const std::string &file, std::string &strl) in ReadDeviceSysfsFile() argument106 strl = buf; in ReadDeviceSysfsFile()