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 43 // Creates a snapshot file copy of a file system file |absolute_file_path| and
45 void CreateManagedSnapshot(const base::FilePath& absolute_file_path,
snapshot_manager.cc 127 const base::FilePath& absolute_file_path,
135 profile_, absolute_file_path, kFileManagerAppId, &url)) {
  /external/chromium_org/storage/browser/fileapi/
sandbox_directory_database.cc 292 base::FilePath absolute_file_path; local
293 while (!(absolute_file_path = file_enum.Next()).empty()) {
297 if (!path_.AppendRelativePath(absolute_file_path, &relative_file_path))
313 if (!base::DeleteFile(absolute_file_path, false))

Completed in 221 milliseconds