Searched defs:resolvedPath (Results 1 – 7 of 7) 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() local126 void ImportPathManager::AddToParseList(const StringView &resolvedPath, bool isDefaultImport) in AddToParseList()
140 auto resolvedPath = MakeAbsolute(relPath, base); in ResolveConfigLocation() local
72 char resolvedPath[PATH_MAX] = {0}; in FilePathValid() local
30 char* realpath(const char* path, char* resolvedPath) in realpath()416 char resolvedPath[PATH_MAX + 1] = { 0 }; in MakeFilePath() local
76 char resolvedPath[PATH_MAX]; in RealPath() local
528 CVector<char> resolvedPath(PATH_MAX); in CheckFileName() local