Searched defs:resolvedPath (Results 1 – 6 of 6) sorted by relevance
27 std::array<char, PATH_MAX> resolvedPath; in GetAbsolutePath() 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
536 CVector<char> resolvedPath(PATH_MAX); in CheckFileName() local
139 auto resolvedPath = MakeAbsolute(relPath, base); in ResolveConfigLocation() local
299 auto resolvedPath = ResolveImportPath(path); in CollectDefaultSources() local426 auto resolvedPath = ArkTSConfig()->ResolvePath(path); in ResolveImportPath() local441 …ng, bool> ETSParser::GetSourceRegularPath(const std::string &path, const std::string &resolvedPath) in GetSourceRegularPath()459 [[maybe_unused]] const std::string &resolvedPath, in CollectUserSourcesFromIndex()508 const std::string resolvedPath = ResolveImportPath(path); in CollectUserSources() local553 std::string resolvedPath = ResolveImportPath(paths[idx]); in ParseSources() local