Searched refs:ResolvePath (Results 1 – 6 of 6) sorted by relevance
/third_party/gn/src/gn/ |
D | build_settings.cc | 55 return ResolvePath(path, as_file, root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath() 69 return ResolvePath(path, as_file, secondary_source_path_) in GetFullPathSecondary()
|
D | source_dir.cc | 142 return ResolvePath(value_.str(), false, source_root); in Resolve()
|
D | filesystem_utils.h | 174 base::FilePath ResolvePath(const std::string& value,
|
D | source_file.cc | 183 return ResolvePath(value_.str(), true, source_root); in Resolve()
|
D | filesystem_utils.cc | 760 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/ |
D | Find-VisualStudio.cs | 105 string ResolvePath([MarshalAs(UnmanagedType.LPWStr), In] string pwszRelativePath); in ResolvePath() method
|