Home
last modified time | relevance | path

Searched refs:NormalizeFilePath (Results 1 – 3 of 3) sorted by relevance

/external/dbus-binding-generator/chromeos-dbus-bindings/
Dgenerate_chromeos_dbus_bindings.cc194 base::NormalizeFilePath(proxy_path, &proxy_path); in main()
215 base::NormalizeFilePath(mock_path, &mock_path); in main()
/external/libchrome/base/files/
Dfile_util.h276 BASE_EXPORT bool NormalizeFilePath(const FilePath& path, FilePath* real_path);
Dfile_util_posix.cc607 bool NormalizeFilePath(const FilePath& path, FilePath* normalized_path) { in NormalizeFilePath() function