Searched defs:resolvedPath (Results 1 – 7 of 7) sorted by relevance
27 std::array<char, PATH_MAX> resolvedPath; in GetAbsolutePath() local
138 auto resolvedPath = UString(currentDirectory, allocator_); in ResolvePath() local175 auto resolvedPath = arktsConfig_->ResolvePath(importPath, isDynamic_); in ResolveAbsolutePath() local231 auto resolvedPath = importMetadata.resolvedSource; in AddToParseList() local
154 auto resolvedPath = MakeAbsolute(relPath, base); in ResolveConfigLocation() local
29 char* realpath(const char* path, char* resolvedPath) in realpath()415 char resolvedPath[PATH_MAX + 1] = { 0 }; in MakeFilePath() local
67 char resolvedPath[PATH_MAX] = {0}; in FilePathValid() local
43 char resolvedPath[PATH_MAX]; in RealPath() local
535 CVector<char> resolvedPath(PATH_MAX); in CheckFileName() local