Searched refs:kCompOsInfoSignature (Results 1 – 1 of 1) sorted by relevance
69 const std::string kCompOsInfoSignature = kCompOsInfo + ".signature"; variable357 if (unlink(kCompOsInfo.c_str()) != 0 || unlink(kCompOsInfoSignature.c_str()) != 0) { in getComposInfo()