Home
last modified time | relevance | path

Searched refs:NormalizePathSeparatorsTo (Results 1 - 8 of 8) sorted by relevance

/third_party/gn/src/gn/
H A Dbuild_settings.cc37 root_path_ = r.NormalizePathSeparatorsTo('/'); in SetRootPath()
42 secondary_source_path_ = GetFullPath(d).NormalizePathSeparatorsTo('/'); in SetSecondarySourcePath()
50 return file.Resolve(root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
54 return dir.Resolve(root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
59 return ResolvePath(path, as_file, root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()
64 return file.Resolve(secondary_source_path_).NormalizePathSeparatorsTo('/'); in GetFullPathSecondary()
68 return dir.Resolve(secondary_source_path_).NormalizePathSeparatorsTo('/'); in GetFullPathSecondary()
74 .NormalizePathSeparatorsTo('/'); in GetFullPathSecondary()
H A Dninja_build_writer.cc63 base::CommandLine cmdline(exe_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()
76 root_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()
98 dotfile_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()
371 FilePathToUTF8(file.NormalizePathSeparatorsTo('/')), in WriteNinjaRules()
H A Dfilesystem_utils.cc825 return UTF8ToFilePath(converted).NormalizePathSeparatorsTo('/'); in ResolvePath()
828 .NormalizePathSeparatorsTo('/'); in ResolvePath()
H A Dsetup.cc864 script_executable = script_executable.NormalizePathSeparatorsTo('/');
/third_party/gn/src/base/files/
H A Dfile_path.h357 FilePath NormalizePathSeparatorsTo(CharType separator) const;
H A Dfile_path.cc622 return NormalizePathSeparatorsTo(kSeparators[0]); in NormalizePathSeparators()
625 FilePath FilePath::NormalizePathSeparatorsTo(CharType separator) const { in NormalizePathSeparatorsTo() function in base::FilePath
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc51 got_paths.push_back(relative.NormalizePathSeparatorsTo('/').AsUTF8Unsafe()); in GetRelativePaths()
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc51 got_paths.push_back(relative.NormalizePathSeparatorsTo('/').AsUTF8Unsafe()); in GetRelativePaths()

Completed in 10 milliseconds