HomeSort by relevance Sort by last modified time
    Searched defs:kRoot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/common/fileapi/
file_system_util.h 32 static const base::FilePath::CharType kRoot[];
56 // Returns a path name ensuring that it begins with kRoot and all path
61 // Returns true if the given path begins with kRoot.
file_system_util.cc 26 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/");
134 normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
138 return path.find(kRoot) == 0;
146 components[0] == VirtualPath::kRoot));

Completed in 863 milliseconds