Home
last modified time | relevance | path

Searched refs:AppendRelativePath (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/files/
Dfile_path.h230 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
Dfile_path.cc258 return AppendRelativePath(child, NULL); in IsParent()
261 bool FilePath::AppendRelativePath(const FilePath& child, in AppendRelativePath() function in base::FilePath
Dfile_path_unittest.cc627 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
637 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
Dfile_util_posix.cc319 if (!from_path_base.AppendRelativePath(current, &target_path)) { in CopyDirectory()