Searched defs:absolutePath (Results 1 – 3 of 3) sorted by relevance
33 std::string AbcFileUtils::GetFileNameByAbsolutePath(const std::string &absolutePath) in GetFileNameByAbsolutePath()
29 Path::Path(const util::StringView &absolutePath, ArenaAllocator *allocator) in Path()151 Path::Path(const std::string &absolutePath, ArenaAllocator *allocator) in Path()
405 …util::UString absolutePath(os::GetAbsolutePath(context->sourceFile->filePath), context->allocator); in ExecuteParsingAndCompiling() local