Searched refs:NormalizePathSeparatorsTo (Results 1 – 6 of 6) sorted by relevance
32 root_path_ = r.NormalizePathSeparatorsTo('/'); in SetRootPath()37 secondary_source_path_ = GetFullPath(d).NormalizePathSeparatorsTo('/'); in SetSecondarySourcePath()45 return file.Resolve(root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()49 return dir.Resolve(root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()54 return ResolvePath(path, as_file, root_path_).NormalizePathSeparatorsTo('/'); in GetFullPath()59 return file.Resolve(secondary_source_path_).NormalizePathSeparatorsTo('/'); in GetFullPathSecondary()63 return dir.Resolve(secondary_source_path_).NormalizePathSeparatorsTo('/'); in GetFullPathSecondary()69 .NormalizePathSeparatorsTo('/'); in GetFullPathSecondary()
62 base::CommandLine cmdline(exe_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()75 root_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()97 dotfile_path.NormalizePathSeparatorsTo('/')); in GetSelfInvocationCommandLine()332 FilePathToUTF8(file.NormalizePathSeparatorsTo('/')), in WriteNinjaRules()
781 return UTF8ToFilePath(converted).NormalizePathSeparatorsTo('/'); in ResolvePath()784 .NormalizePathSeparatorsTo('/'); in ResolvePath()
769 script_executable = script_executable.NormalizePathSeparatorsTo('/'); in ProcessFileExtensions()
357 FilePath NormalizePathSeparatorsTo(CharType separator) const;
621 return NormalizePathSeparatorsTo(kSeparators[0]); in NormalizePathSeparators()624 FilePath FilePath::NormalizePathSeparatorsTo(CharType separator) const { in NormalizePathSeparatorsTo() function in base::FilePath