Searched defs:fullPath (Results 1 – 2 of 2) sorted by relevance
25 char fullPath[MAX_PATH_LEN] = {0}; in GetAbsolutePath() local
134 std::string fullPath = interopJsTestPath_ + "/" + path; in DoRunJsTestSuite() local166 static std::string ReadFile(const std::string &fullPath) in ReadFile()