Searched refs:tidStatPath (Results 1 – 1 of 1) sorted by relevance
371 std::string tidStatPath = StringPrintf((mPath + kTaskDirFormat + kStatFileFormat).c_str(), in init() local373 bool isTidStatPathAccessible = access(tidStatPath.c_str(), R_OK) == 0; in init()