Searched refs:slash_pos (Results 1 – 1 of 1) sorted by relevance
381 size_t slash_pos = boot_image_filename.rfind('/'); in IsCoreImageFilename() local382 if (slash_pos == std::string::npos) { in IsCoreImageFilename()385 return boot_image_filename.compare(slash_pos + 1, 5u, "core-") == 0; in IsCoreImageFilename()