HomeSort by relevance Sort by last modified time
    Searched refs:relative_file_path (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
create_directory_operation.cc 23 const base::FilePath& relative_file_path,
26 // Split the first component and remaining ones of |relative_file_path|.
28 relative_file_path.GetComponents(&components);
32 title.AppendRelativePath(relative_file_path, &remaining_path);
  /external/chromium_org/extensions/common/
extension.cc 189 base::FilePath relative_file_path = base::FilePath::FromUTF8Unsafe(new_path); local
190 if (ContainsReservedCharacters(relative_file_path))
192 ExtensionResource r(id(), path(), relative_file_path);
200 const base::FilePath& relative_file_path) const {
201 if (ContainsReservedCharacters(relative_file_path))
203 ExtensionResource r(id(), path(), relative_file_path);
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 295 base::FilePath relative_file_path; local
296 if (!path_.AppendRelativePath(absolute_file_path, &relative_file_path))
300 relative_file_path) != kExcludes + arraysize(kExcludes))
304 pending_directories.push(relative_file_path);
310 files_in_db_.find(relative_file_path);

Completed in 56 milliseconds