Searched defs:resolvedPath (Results 1 – 8 of 8) sorted by relevance
27 std::array<char, PATH_MAX> resolvedPath; in GetAbsolutePath() local
53 auto resolvedPath = UString(currentDirectory, allocator_); in ResolvePath() local80 auto resolvedPath = arktsConfig_->ResolvePath(importPath.Mutf8()); in ResolvePath() local127 void ImportPathManager::AddToParseList(const StringView &resolvedPath, const ImportFlags importFlag… in AddToParseList()
141 auto resolvedPath = MakeAbsolute(relPath, base); in ResolveConfigLocation() local
66 char resolvedPath[PATH_MAX] = {0}; in FilePathValid() local
29 char* realpath(const char* path, char* resolvedPath) in realpath()415 char resolvedPath[PATH_MAX + 1] = { 0 }; in MakeFilePath() local
76 char resolvedPath[PATH_MAX]; in RealPath() local
40 bool ImportExportDecls::MatchResolvedPathWithProgram(std::string_view resolvedPath, parser::Program… in MatchResolvedPathWithProgram()
524 CVector<char> resolvedPath(PATH_MAX); in CheckFileName() local