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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
snapshot_manager.h 39 // Creates a snapshot file copy of a file system file |absolute_file_path| and
41 void CreateManagedSnapshot(const base::FilePath& absolute_file_path,
snapshot_manager.cc 52 const base::FilePath& absolute_file_path,
60 profile_, absolute_file_path, kFileManagerAppId, &url)) {
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.cc 291 base::FilePath absolute_file_path; local
292 while (!(absolute_file_path = file_enum.Next()).empty()) {
296 if (!path_.AppendRelativePath(absolute_file_path, &relative_file_path))
312 if (!base::DeleteFile(absolute_file_path, false))

Completed in 66 milliseconds