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 31 static const base::FilePath::CharType kRoot[];
55 // Returns a path name ensuring that it begins with kRoot and all path
60 // Returns true if the given path begins with kRoot.
file_system_util.cc 25 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/");
133 normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
137 return path.find(kRoot) == 0;
145 components[0] == VirtualPath::kRoot));

Completed in 34 milliseconds