Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Dextension_unpacker.cc65 bool PathContainsParentDirectory(const FilePath& path) { in PathContainsParentDirectory() function
272 if (path.IsAbsolute() || PathContainsParentDirectory(path)) { in AddDecodedImage()