Lines Matching defs:runtimeAp
134 std::string runtimeAp = std::string(pgoDir) + "/rt_entry.ap";
136 std::ofstream file(runtimeAp);
143 runtimeOptions_.SetPGOProfilerPath(runtimeAp);
159 unlink(runtimeAp.c_str());
179 std::string runtimeAp = std::string(pgoDir) + "/rt_entry.ap";
184 file.open(runtimeAp);
198 unlink(runtimeAp.c_str());
208 std::string runtimeAp = std::string(pgoDir) + "/rt_entry.ap";
213 file.open(runtimeAp);
222 ASSERT_TRUE(FileExist(runtimeAp.c_str()));
228 ASSERT_FALSE(FileExist(runtimeAp.c_str()));
229 unlink(runtimeAp.c_str());
266 std::string runtimeAp = std::string(pgoDir) + "/rt_entry.ap";
273 file.open(runtimeAp);
284 ASSERT_EQ(cOptions.profilerIn_, mergedAp + ":" + runtimeAp);
288 unlink(runtimeAp.c_str());