Home
last modified time | relevance | path

Searched refs:ResolvePath (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/src/gn/
Dbuild_settings.cc55 return ResolvePath(path, as_file, root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
69 return ResolvePath(path, as_file, secondary_source_path_) in GetFullPathSecondary()
Dsource_dir.cc142 return ResolvePath(value_.str(), false, source_root); in Resolve()
Dfilesystem_utils.h174 base::FilePath ResolvePath(const std::string& value,
Dsource_file.cc183 return ResolvePath(value_.str(), true, source_root); in Resolve()
Dfilesystem_utils.cc760 base::FilePath ResolvePath(const std::string& value, in ResolvePath() function
821 FilePathToUTF8(ResolvePath(value, as_file, UTF8ToFilePath(source_root)) in ResolveRelative()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs105 string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath); in ResolvePath() method