Searched refs:ashmemPath (Results 1 – 1 of 1) sorted by relevance
80 std::string ashmemPath; in Create() local82 ashmemPath = (lastSlashPos != std::string::npos) ? name.substr(lastSlashPos) : name; in Create()83 std::string ashmemName = "SharedBlock:" + ashmemPath + std::to_string(identifier.fetch_add(1)); in Create()