Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path.h235 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
Dfile_path.cc257 return AppendRelativePath(child, nullptr); in IsParent()
260 bool FilePath::AppendRelativePath(const FilePath& child, in AppendRelativePath() function in base::FilePath
Dfile_path_unittest.cc629 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
639 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
Dfile_util_posix.cc241 !from_path_base.AppendRelativePath(current, &target_path)) { in DoCopyDirectory()