Searched refs:fullFilePath (Results 1 – 1 of 1) sorted by relevance
178 std::string fullFilePath = path; in GetAbsPath() local182 fullFilePath = path + importExtension; in GetAbsPath()183 if (!panda::os::file::File::IsRegularFile(fullFilePath)) { in GetAbsPath()185 fullFilePath = path + importExtension; in GetAbsPath()186 if (!panda::os::file::File::IsRegularFile(fullFilePath)) { in GetAbsPath()191 std::string absFilePath = panda::os::GetAbsolutePath(fullFilePath); in GetAbsPath()