Lines Matching defs:pathname
2311 const char *pathname, const LoadScriptOptions &options,
2321 if (!pathname || !pathname[0]) {
2368 std::string module_name(pathname);
2377 FileSpec module_file(pathname);
2388 if (strchr(pathname, '\\') || strchr(pathname, '/')) {
2389 error = Status::FromErrorStringWithFormatv("invalid pathname '{0}'",
2390 pathname);
2398 "invalid directory name '{0}'", pathname);