Searched refs:GetExecutablePath (Results 1 – 6 of 6) sorted by relevance
54 std::string GetExecutablePath();
197 ASSERT_NE(android::base::GetExecutablePath(), path); in TEST()202 TEST(file, GetExecutablePath) { in TEST() argument203 ASSERT_NE("", android::base::GetExecutablePath()); in TEST()
237 std::string GetExecutablePath() { in GetExecutablePath() function264 return Dirname(GetExecutablePath()); in GetExecutableDirectory()
949 std::string exec_path = android::base::GetExecutablePath(); in DumpAdditionalFeatures()
879 std::string path = android::base::GetExecutablePath(); in launch_server()
122 std::string path = android::base::GetExecutablePath(); in find_item_given_name()