Searched refs:AppendRelativePath (Results 1 – 4 of 4) sorted by relevance
229 bool AppendRelativePath(const FilePath& child, FilePath* path) const;
256 return AppendRelativePath(child, NULL); in IsParent()259 bool FilePath::AppendRelativePath(const FilePath& child, in AppendRelativePath() function in base::FilePath
627 bool success = parent.AppendRelativePath(child, &result); in TEST_F()637 bool success = parent.AppendRelativePath(child, &result); in TEST_F()
318 if (!from_path_base.AppendRelativePath(current, &target_path)) { in CopyDirectory()