mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
e351d68da5
--HG-- rename : security/sandbox/base/at_exit.cc => security/sandbox/chromium/base/at_exit.cc rename : security/sandbox/base/at_exit.h => security/sandbox/chromium/base/at_exit.h rename : security/sandbox/base/atomic_ref_count.h => security/sandbox/chromium/base/atomic_ref_count.h rename : security/sandbox/base/atomic_sequence_num.h => security/sandbox/chromium/base/atomic_sequence_num.h rename : security/sandbox/base/atomicops.h => security/sandbox/chromium/base/atomicops.h rename : security/sandbox/base/atomicops_internals_tsan.h => security/sandbox/chromium/base/atomicops_internals_tsan.h rename : security/sandbox/base/atomicops_internals_x86_gcc.h => security/sandbox/chromium/base/atomicops_internals_x86_gcc.h rename : security/sandbox/base/atomicops_internals_x86_msvc.h => security/sandbox/chromium/base/atomicops_internals_x86_msvc.h rename : security/sandbox/base/base_export.h => security/sandbox/chromium/base/base_export.h rename : security/sandbox/base/base_paths.cc => security/sandbox/chromium/base/base_paths.cc rename : security/sandbox/base/base_paths.h => security/sandbox/chromium/base/base_paths.h rename : security/sandbox/base/base_paths_win.cc => security/sandbox/chromium/base/base_paths_win.cc rename : security/sandbox/base/base_paths_win.h => security/sandbox/chromium/base/base_paths_win.h rename : security/sandbox/base/base_switches.cc => security/sandbox/chromium/base/base_switches.cc rename : security/sandbox/base/base_switches.h => security/sandbox/chromium/base/base_switches.h rename : security/sandbox/base/basictypes.h => security/sandbox/chromium/base/basictypes.h rename : security/sandbox/base/bind.h => security/sandbox/chromium/base/bind.h rename : security/sandbox/base/bind_helpers.h => security/sandbox/chromium/base/bind_helpers.h rename : security/sandbox/base/bind_internal.h => security/sandbox/chromium/base/bind_internal.h rename : security/sandbox/base/bind_internal_win.h => security/sandbox/chromium/base/bind_internal_win.h rename : security/sandbox/base/callback.h => security/sandbox/chromium/base/callback.h rename : security/sandbox/base/callback_forward.h => security/sandbox/chromium/base/callback_forward.h rename : security/sandbox/base/callback_internal.cc => security/sandbox/chromium/base/callback_internal.cc rename : security/sandbox/base/callback_internal.h => security/sandbox/chromium/base/callback_internal.h rename : security/sandbox/base/command_line.cc => security/sandbox/chromium/base/command_line.cc rename : security/sandbox/base/command_line.h => security/sandbox/chromium/base/command_line.h rename : security/sandbox/base/compiler_specific.h => security/sandbox/chromium/base/compiler_specific.h rename : security/sandbox/base/containers/hash_tables.h => security/sandbox/chromium/base/containers/hash_tables.h rename : security/sandbox/base/cpu.cc => security/sandbox/chromium/base/cpu.cc rename : security/sandbox/base/cpu.h => security/sandbox/chromium/base/cpu.h rename : security/sandbox/base/critical_closure.h => security/sandbox/chromium/base/critical_closure.h rename : security/sandbox/base/debug/alias.cc => security/sandbox/chromium/base/debug/alias.cc rename : security/sandbox/base/debug/alias.h => security/sandbox/chromium/base/debug/alias.h rename : security/sandbox/base/debug/debugger.h => security/sandbox/chromium/base/debug/debugger.h rename : security/sandbox/base/debug/leak_annotations.h => security/sandbox/chromium/base/debug/leak_annotations.h rename : security/sandbox/base/debug/profiler.cc => security/sandbox/chromium/base/debug/profiler.cc rename : security/sandbox/base/debug/profiler.h => security/sandbox/chromium/base/debug/profiler.h rename : security/sandbox/base/environment.h => security/sandbox/chromium/base/environment.h rename : security/sandbox/base/file_descriptor_posix.h => security/sandbox/chromium/base/file_descriptor_posix.h rename : security/sandbox/base/file_util.cc => security/sandbox/chromium/base/file_util.cc rename : security/sandbox/base/file_util.h => security/sandbox/chromium/base/file_util.h rename : security/sandbox/base/file_util_win.cc => security/sandbox/chromium/base/file_util_win.cc rename : security/sandbox/base/file_version_info.h => security/sandbox/chromium/base/file_version_info.h rename : security/sandbox/base/file_version_info_win.h => security/sandbox/chromium/base/file_version_info_win.h rename : security/sandbox/base/files/file_path.h => security/sandbox/chromium/base/files/file_path.h rename : security/sandbox/base/float_util.h => security/sandbox/chromium/base/float_util.h rename : security/sandbox/base/format_macros.h => security/sandbox/chromium/base/format_macros.h rename : security/sandbox/base/guid.h => security/sandbox/chromium/base/guid.h rename : security/sandbox/base/lazy_instance.cc => security/sandbox/chromium/base/lazy_instance.cc rename : security/sandbox/base/lazy_instance.h => security/sandbox/chromium/base/lazy_instance.h rename : security/sandbox/base/location.cc => security/sandbox/chromium/base/location.cc rename : security/sandbox/base/location.h => security/sandbox/chromium/base/location.h rename : security/sandbox/base/logging.cc => security/sandbox/chromium/base/logging.cc rename : security/sandbox/base/logging.h => security/sandbox/chromium/base/logging.h rename : security/sandbox/base/logging_win.cc => security/sandbox/chromium/base/logging_win.cc rename : security/sandbox/base/logging_win.h => security/sandbox/chromium/base/logging_win.h rename : security/sandbox/base/memory/aligned_memory.h => security/sandbox/chromium/base/memory/aligned_memory.h rename : security/sandbox/base/memory/raw_scoped_refptr_mismatch_checker.h => security/sandbox/chromium/base/memory/raw_scoped_refptr_mismatch_checker.h rename : security/sandbox/base/memory/ref_counted.cc => security/sandbox/chromium/base/memory/ref_counted.cc rename : security/sandbox/base/memory/ref_counted.h => security/sandbox/chromium/base/memory/ref_counted.h rename : security/sandbox/base/memory/scoped_ptr.h => security/sandbox/chromium/base/memory/scoped_ptr.h rename : security/sandbox/base/memory/singleton.cc => security/sandbox/chromium/base/memory/singleton.cc rename : security/sandbox/base/memory/singleton.h => security/sandbox/chromium/base/memory/singleton.h rename : security/sandbox/base/memory/weak_ptr.h => security/sandbox/chromium/base/memory/weak_ptr.h rename : security/sandbox/base/move.h => security/sandbox/chromium/base/move.h rename : security/sandbox/base/observer_list.h => security/sandbox/chromium/base/observer_list.h rename : security/sandbox/base/observer_list_threadsafe.h => security/sandbox/chromium/base/observer_list_threadsafe.h rename : security/sandbox/base/os_compat_nacl.h => security/sandbox/chromium/base/os_compat_nacl.h rename : security/sandbox/base/path_service.cc => security/sandbox/chromium/base/path_service.cc rename : security/sandbox/base/path_service.h => security/sandbox/chromium/base/path_service.h rename : security/sandbox/base/pending_task.h => security/sandbox/chromium/base/pending_task.h rename : security/sandbox/base/platform_file.cc => security/sandbox/chromium/base/platform_file.cc rename : security/sandbox/base/platform_file.h => security/sandbox/chromium/base/platform_file.h rename : security/sandbox/base/port.h => security/sandbox/chromium/base/port.h rename : security/sandbox/base/process/process_handle.h => security/sandbox/chromium/base/process/process_handle.h rename : security/sandbox/base/profiler/alternate_timer.h => security/sandbox/chromium/base/profiler/alternate_timer.h rename : security/sandbox/base/profiler/tracked_time.h => security/sandbox/chromium/base/profiler/tracked_time.h rename : security/sandbox/base/rand_util.h => security/sandbox/chromium/base/rand_util.h rename : security/sandbox/base/run_loop.h => security/sandbox/chromium/base/run_loop.h rename : security/sandbox/base/scoped_clear_errno.h => security/sandbox/chromium/base/scoped_clear_errno.h rename : security/sandbox/base/sequence_checker.h => security/sandbox/chromium/base/sequence_checker.h rename : security/sandbox/base/sequence_checker_impl.h => security/sandbox/chromium/base/sequence_checker_impl.h rename : security/sandbox/base/sequenced_task_runner.h => security/sandbox/chromium/base/sequenced_task_runner.h rename : security/sandbox/base/sequenced_task_runner_helpers.h => security/sandbox/chromium/base/sequenced_task_runner_helpers.h rename : security/sandbox/base/shim/base/gtest_prod_util.h => security/sandbox/chromium/base/shim/base/gtest_prod_util.h rename : security/sandbox/base/shim/base/logging.cpp => security/sandbox/chromium/base/shim/base/logging.cpp rename : security/sandbox/base/shim/base/strings/string_piece.h => security/sandbox/chromium/base/shim/base/strings/string_piece.h rename : security/sandbox/base/shim/base/third_party/nspr/prtime.h => security/sandbox/chromium/base/shim/base/third_party/nspr/prtime.h rename : security/sandbox/base/shim/base/third_party/nspr/prtypes.h => security/sandbox/chromium/base/shim/base/third_party/nspr/prtypes.h rename : security/sandbox/base/shim/base/tracked_objects.h => security/sandbox/chromium/base/shim/base/tracked_objects.h rename : security/sandbox/base/shim/sdkdecls.h => security/sandbox/chromium/base/shim/sdkdecls.h rename : security/sandbox/base/single_thread_task_runner.h => security/sandbox/chromium/base/single_thread_task_runner.h rename : security/sandbox/base/stl_util.h => security/sandbox/chromium/base/stl_util.h rename : security/sandbox/base/strings/nullable_string16.cc => security/sandbox/chromium/base/strings/nullable_string16.cc rename : security/sandbox/base/strings/nullable_string16.h => security/sandbox/chromium/base/strings/nullable_string16.h rename : security/sandbox/base/strings/string16.h => security/sandbox/chromium/base/strings/string16.h rename : security/sandbox/base/strings/string_number_conversions.cc => security/sandbox/chromium/base/strings/string_number_conversions.cc rename : security/sandbox/base/strings/string_number_conversions.h => security/sandbox/chromium/base/strings/string_number_conversions.h rename : security/sandbox/base/strings/string_piece.cc => security/sandbox/chromium/base/strings/string_piece.cc rename : security/sandbox/base/strings/string_piece.h => security/sandbox/chromium/base/strings/string_piece.h rename : security/sandbox/base/strings/string_util.h => security/sandbox/chromium/base/strings/string_util.h rename : security/sandbox/base/strings/string_util_constants.cc => security/sandbox/chromium/base/strings/string_util_constants.cc rename : security/sandbox/base/strings/string_util_stripped.cc => security/sandbox/chromium/base/strings/string_util_stripped.cc rename : security/sandbox/base/strings/string_util_win.h => security/sandbox/chromium/base/strings/string_util_win.h rename : security/sandbox/base/strings/stringprintf.cc => security/sandbox/chromium/base/strings/stringprintf.cc rename : security/sandbox/base/strings/stringprintf.h => security/sandbox/chromium/base/strings/stringprintf.h rename : security/sandbox/base/strings/utf_string_conversion_utils.cc => security/sandbox/chromium/base/strings/utf_string_conversion_utils.cc rename : security/sandbox/base/strings/utf_string_conversion_utils.h => security/sandbox/chromium/base/strings/utf_string_conversion_utils.h rename : security/sandbox/base/strings/utf_string_conversions.cc => security/sandbox/chromium/base/strings/utf_string_conversions.cc rename : security/sandbox/base/strings/utf_string_conversions.h => security/sandbox/chromium/base/strings/utf_string_conversions.h rename : security/sandbox/base/synchronization/lock.cc => security/sandbox/chromium/base/synchronization/lock.cc rename : security/sandbox/base/synchronization/lock.h => security/sandbox/chromium/base/synchronization/lock.h rename : security/sandbox/base/synchronization/lock_impl.h => security/sandbox/chromium/base/synchronization/lock_impl.h rename : security/sandbox/base/synchronization/lock_impl_win.cc => security/sandbox/chromium/base/synchronization/lock_impl_win.cc rename : security/sandbox/base/sys_info.h => security/sandbox/chromium/base/sys_info.h rename : security/sandbox/base/task_runner.h => security/sandbox/chromium/base/task_runner.h rename : security/sandbox/base/template_util.h => security/sandbox/chromium/base/template_util.h rename : security/sandbox/base/third_party/dmg_fp/LICENSE => security/sandbox/chromium/base/third_party/dmg_fp/LICENSE rename : security/sandbox/base/third_party/dmg_fp/dmg_fp.h => security/sandbox/chromium/base/third_party/dmg_fp/dmg_fp.h rename : security/sandbox/base/third_party/dmg_fp/dtoa.cc => security/sandbox/chromium/base/third_party/dmg_fp/dtoa.cc rename : security/sandbox/base/third_party/dmg_fp/g_fmt.cc => security/sandbox/chromium/base/third_party/dmg_fp/g_fmt.cc rename : security/sandbox/base/third_party/dynamic_annotations/LICENSE => security/sandbox/chromium/base/third_party/dynamic_annotations/LICENSE rename : security/sandbox/base/third_party/dynamic_annotations/dynamic_annotations.h => security/sandbox/chromium/base/third_party/dynamic_annotations/dynamic_annotations.h rename : security/sandbox/base/third_party/icu/LICENSE => security/sandbox/chromium/base/third_party/icu/LICENSE rename : security/sandbox/base/third_party/icu/icu_utf.cc => security/sandbox/chromium/base/third_party/icu/icu_utf.cc rename : security/sandbox/base/third_party/icu/icu_utf.h => security/sandbox/chromium/base/third_party/icu/icu_utf.h rename : security/sandbox/base/thread_task_runner_handle.h => security/sandbox/chromium/base/thread_task_runner_handle.h rename : security/sandbox/base/threading/platform_thread.h => security/sandbox/chromium/base/threading/platform_thread.h rename : security/sandbox/base/threading/platform_thread_win.cc => security/sandbox/chromium/base/threading/platform_thread_win.cc rename : security/sandbox/base/threading/sequenced_worker_pool.h => security/sandbox/chromium/base/threading/sequenced_worker_pool.h rename : security/sandbox/base/threading/thread_checker_impl.h => security/sandbox/chromium/base/threading/thread_checker_impl.h rename : security/sandbox/base/threading/thread_collision_warner.cc => security/sandbox/chromium/base/threading/thread_collision_warner.cc rename : security/sandbox/base/threading/thread_collision_warner.h => security/sandbox/chromium/base/threading/thread_collision_warner.h rename : security/sandbox/base/threading/thread_id_name_manager.cc => security/sandbox/chromium/base/threading/thread_id_name_manager.cc rename : security/sandbox/base/threading/thread_id_name_manager.h => security/sandbox/chromium/base/threading/thread_id_name_manager.h rename : security/sandbox/base/threading/thread_local.h => security/sandbox/chromium/base/threading/thread_local.h rename : security/sandbox/base/threading/thread_local_storage.h => security/sandbox/chromium/base/threading/thread_local_storage.h rename : security/sandbox/base/threading/thread_local_win.cc => security/sandbox/chromium/base/threading/thread_local_win.cc rename : security/sandbox/base/threading/thread_restrictions.cc => security/sandbox/chromium/base/threading/thread_restrictions.cc rename : security/sandbox/base/threading/thread_restrictions.h => security/sandbox/chromium/base/threading/thread_restrictions.h rename : security/sandbox/base/time/time.cc => security/sandbox/chromium/base/time/time.cc rename : security/sandbox/base/time/time.h => security/sandbox/chromium/base/time/time.h rename : security/sandbox/base/time/time_win.cc => security/sandbox/chromium/base/time/time_win.cc rename : security/sandbox/base/tracking_info.h => security/sandbox/chromium/base/tracking_info.h rename : security/sandbox/base/tuple.h => security/sandbox/chromium/base/tuple.h rename : security/sandbox/base/values.h => security/sandbox/chromium/base/values.h rename : security/sandbox/base/version.h => security/sandbox/chromium/base/version.h rename : security/sandbox/base/win/event_trace_provider.cc => security/sandbox/chromium/base/win/event_trace_provider.cc rename : security/sandbox/base/win/event_trace_provider.h => security/sandbox/chromium/base/win/event_trace_provider.h rename : security/sandbox/base/win/pe_image.cc => security/sandbox/chromium/base/win/pe_image.cc rename : security/sandbox/base/win/pe_image.h => security/sandbox/chromium/base/win/pe_image.h rename : security/sandbox/base/win/registry.cc => security/sandbox/chromium/base/win/registry.cc rename : security/sandbox/base/win/registry.h => security/sandbox/chromium/base/win/registry.h rename : security/sandbox/base/win/scoped_handle.cc => security/sandbox/chromium/base/win/scoped_handle.cc rename : security/sandbox/base/win/scoped_handle.h => security/sandbox/chromium/base/win/scoped_handle.h rename : security/sandbox/base/win/scoped_process_information.cc => security/sandbox/chromium/base/win/scoped_process_information.cc rename : security/sandbox/base/win/scoped_process_information.h => security/sandbox/chromium/base/win/scoped_process_information.h rename : security/sandbox/base/win/startup_information.cc => security/sandbox/chromium/base/win/startup_information.cc rename : security/sandbox/base/win/startup_information.h => security/sandbox/chromium/base/win/startup_information.h rename : security/sandbox/base/win/windows_version.cc => security/sandbox/chromium/base/win/windows_version.cc rename : security/sandbox/base/win/windows_version.h => security/sandbox/chromium/base/win/windows_version.h
464 lines
19 KiB
C++
464 lines
19 KiB
C++
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
// This file contains utility functions for dealing with the local
|
|
// filesystem.
|
|
|
|
#ifndef BASE_FILE_UTIL_H_
|
|
#define BASE_FILE_UTIL_H_
|
|
|
|
#include "build/build_config.h"
|
|
|
|
#if defined(OS_WIN)
|
|
#include <windows.h>
|
|
#elif defined(OS_POSIX)
|
|
#include <sys/stat.h>
|
|
#include <unistd.h>
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <set>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
#include "base/base_export.h"
|
|
#include "base/basictypes.h"
|
|
#include "base/files/file_path.h"
|
|
#include "base/memory/scoped_ptr.h"
|
|
#include "base/platform_file.h"
|
|
#include "base/strings/string16.h"
|
|
|
|
#if defined(OS_POSIX)
|
|
#include "base/file_descriptor_posix.h"
|
|
#include "base/logging.h"
|
|
#include "base/posix/eintr_wrapper.h"
|
|
#endif
|
|
|
|
namespace base {
|
|
|
|
class Time;
|
|
|
|
extern bool g_bug108724_debug;
|
|
|
|
//-----------------------------------------------------------------------------
|
|
// Functions that involve filesystem access or modification:
|
|
|
|
// Returns an absolute version of a relative path. Returns an empty path on
|
|
// error. On POSIX, this function fails if the path does not exist. This
|
|
// function can result in I/O so it can be slow.
|
|
BASE_EXPORT FilePath MakeAbsoluteFilePath(const FilePath& input);
|
|
|
|
// Returns the total number of bytes used by all the files under |root_path|.
|
|
// If the path does not exist the function returns 0.
|
|
//
|
|
// This function is implemented using the FileEnumerator class so it is not
|
|
// particularly speedy in any platform.
|
|
BASE_EXPORT int64 ComputeDirectorySize(const FilePath& root_path);
|
|
|
|
// Deletes the given path, whether it's a file or a directory.
|
|
// If it's a directory, it's perfectly happy to delete all of the
|
|
// directory's contents. Passing true to recursive deletes
|
|
// subdirectories and their contents as well.
|
|
// Returns true if successful, false otherwise. It is considered successful
|
|
// to attempt to delete a file that does not exist.
|
|
//
|
|
// In posix environment and if |path| is a symbolic link, this deletes only
|
|
// the symlink. (even if the symlink points to a non-existent file)
|
|
//
|
|
// WARNING: USING THIS WITH recursive==true IS EQUIVALENT
|
|
// TO "rm -rf", SO USE WITH CAUTION.
|
|
BASE_EXPORT bool DeleteFile(const FilePath& path, bool recursive);
|
|
|
|
#if defined(OS_WIN)
|
|
// Schedules to delete the given path, whether it's a file or a directory, until
|
|
// the operating system is restarted.
|
|
// Note:
|
|
// 1) The file/directory to be deleted should exist in a temp folder.
|
|
// 2) The directory to be deleted must be empty.
|
|
BASE_EXPORT bool DeleteFileAfterReboot(const FilePath& path);
|
|
#endif
|
|
|
|
// Moves the given path, whether it's a file or a directory.
|
|
// If a simple rename is not possible, such as in the case where the paths are
|
|
// on different volumes, this will attempt to copy and delete. Returns
|
|
// true for success.
|
|
// This function fails if either path contains traversal components ('..').
|
|
BASE_EXPORT bool Move(const FilePath& from_path, const FilePath& to_path);
|
|
|
|
// Renames file |from_path| to |to_path|. Both paths must be on the same
|
|
// volume, or the function will fail. Destination file will be created
|
|
// if it doesn't exist. Prefer this function over Move when dealing with
|
|
// temporary files. On Windows it preserves attributes of the target file.
|
|
// Returns true on success, leaving *error unchanged.
|
|
// Returns false on failure and sets *error appropriately, if it is non-NULL.
|
|
BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
|
|
const FilePath& to_path,
|
|
PlatformFileError* error);
|
|
|
|
// Copies a single file. Use CopyDirectory to copy directories.
|
|
// This function fails if either path contains traversal components ('..').
|
|
BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
|
|
|
|
// Copies the given path, and optionally all subdirectories and their contents
|
|
// as well.
|
|
//
|
|
// If there are files existing under to_path, always overwrite. Returns true
|
|
// if successful, false otherwise. Wildcards on the names are not supported.
|
|
//
|
|
// If you only need to copy a file use CopyFile, it's faster.
|
|
BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
|
|
const FilePath& to_path,
|
|
bool recursive);
|
|
|
|
// Returns true if the given path exists on the local filesystem,
|
|
// false otherwise.
|
|
BASE_EXPORT bool PathExists(const FilePath& path);
|
|
|
|
// Returns true if the given path is writable by the user, false otherwise.
|
|
BASE_EXPORT bool PathIsWritable(const FilePath& path);
|
|
|
|
// Returns true if the given path exists and is a directory, false otherwise.
|
|
BASE_EXPORT bool DirectoryExists(const FilePath& path);
|
|
|
|
// Returns true if the contents of the two files given are equal, false
|
|
// otherwise. If either file can't be read, returns false.
|
|
BASE_EXPORT bool ContentsEqual(const FilePath& filename1,
|
|
const FilePath& filename2);
|
|
|
|
// Returns true if the contents of the two text files given are equal, false
|
|
// otherwise. This routine treats "\r\n" and "\n" as equivalent.
|
|
BASE_EXPORT bool TextContentsEqual(const FilePath& filename1,
|
|
const FilePath& filename2);
|
|
|
|
// Read the file at |path| into |contents|, returning true on success.
|
|
// This function fails if the |path| contains path traversal components ('..').
|
|
// |contents| may be NULL, in which case this function is useful for its
|
|
// side effect of priming the disk cache.
|
|
// Useful for unit tests.
|
|
BASE_EXPORT bool ReadFileToString(const FilePath& path, std::string* contents);
|
|
|
|
} // namespace base
|
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
namespace file_util {
|
|
|
|
#if defined(OS_POSIX)
|
|
// Read exactly |bytes| bytes from file descriptor |fd|, storing the result
|
|
// in |buffer|. This function is protected against EINTR and partial reads.
|
|
// Returns true iff |bytes| bytes have been successfully read from |fd|.
|
|
BASE_EXPORT bool ReadFromFD(int fd, char* buffer, size_t bytes);
|
|
|
|
// Creates a symbolic link at |symlink| pointing to |target|. Returns
|
|
// false on failure.
|
|
BASE_EXPORT bool CreateSymbolicLink(const base::FilePath& target,
|
|
const base::FilePath& symlink);
|
|
|
|
// Reads the given |symlink| and returns where it points to in |target|.
|
|
// Returns false upon failure.
|
|
BASE_EXPORT bool ReadSymbolicLink(const base::FilePath& symlink,
|
|
base::FilePath* target);
|
|
|
|
// Bits ans masks of the file permission.
|
|
enum FilePermissionBits {
|
|
FILE_PERMISSION_MASK = S_IRWXU | S_IRWXG | S_IRWXO,
|
|
FILE_PERMISSION_USER_MASK = S_IRWXU,
|
|
FILE_PERMISSION_GROUP_MASK = S_IRWXG,
|
|
FILE_PERMISSION_OTHERS_MASK = S_IRWXO,
|
|
|
|
FILE_PERMISSION_READ_BY_USER = S_IRUSR,
|
|
FILE_PERMISSION_WRITE_BY_USER = S_IWUSR,
|
|
FILE_PERMISSION_EXECUTE_BY_USER = S_IXUSR,
|
|
FILE_PERMISSION_READ_BY_GROUP = S_IRGRP,
|
|
FILE_PERMISSION_WRITE_BY_GROUP = S_IWGRP,
|
|
FILE_PERMISSION_EXECUTE_BY_GROUP = S_IXGRP,
|
|
FILE_PERMISSION_READ_BY_OTHERS = S_IROTH,
|
|
FILE_PERMISSION_WRITE_BY_OTHERS = S_IWOTH,
|
|
FILE_PERMISSION_EXECUTE_BY_OTHERS = S_IXOTH,
|
|
};
|
|
|
|
// Reads the permission of the given |path|, storing the file permission
|
|
// bits in |mode|. If |path| is symbolic link, |mode| is the permission of
|
|
// a file which the symlink points to.
|
|
BASE_EXPORT bool GetPosixFilePermissions(const base::FilePath& path,
|
|
int* mode);
|
|
// Sets the permission of the given |path|. If |path| is symbolic link, sets
|
|
// the permission of a file which the symlink points to.
|
|
BASE_EXPORT bool SetPosixFilePermissions(const base::FilePath& path,
|
|
int mode);
|
|
#endif // defined(OS_POSIX)
|
|
|
|
// Return true if the given directory is empty
|
|
BASE_EXPORT bool IsDirectoryEmpty(const base::FilePath& dir_path);
|
|
|
|
// Get the temporary directory provided by the system.
|
|
// WARNING: DON'T USE THIS. If you want to create a temporary file, use one of
|
|
// the functions below.
|
|
BASE_EXPORT bool GetTempDir(base::FilePath* path);
|
|
// Get a temporary directory for shared memory files.
|
|
// Only useful on POSIX; redirects to GetTempDir() on Windows.
|
|
BASE_EXPORT bool GetShmemTempDir(base::FilePath* path, bool executable);
|
|
|
|
// Get the home directory. This is more complicated than just getenv("HOME")
|
|
// as it knows to fall back on getpwent() etc.
|
|
BASE_EXPORT base::FilePath GetHomeDir();
|
|
|
|
// Creates a temporary file. The full path is placed in |path|, and the
|
|
// function returns true if was successful in creating the file. The file will
|
|
// be empty and all handles closed after this function returns.
|
|
BASE_EXPORT bool CreateTemporaryFile(base::FilePath* path);
|
|
|
|
// Same as CreateTemporaryFile but the file is created in |dir|.
|
|
BASE_EXPORT bool CreateTemporaryFileInDir(const base::FilePath& dir,
|
|
base::FilePath* temp_file);
|
|
|
|
// Create and open a temporary file. File is opened for read/write.
|
|
// The full path is placed in |path|.
|
|
// Returns a handle to the opened file or NULL if an error occurred.
|
|
BASE_EXPORT FILE* CreateAndOpenTemporaryFile(base::FilePath* path);
|
|
// Like above but for shmem files. Only useful for POSIX.
|
|
// The executable flag says the file needs to support using
|
|
// mprotect with PROT_EXEC after mapping.
|
|
BASE_EXPORT FILE* CreateAndOpenTemporaryShmemFile(base::FilePath* path,
|
|
bool executable);
|
|
// Similar to CreateAndOpenTemporaryFile, but the file is created in |dir|.
|
|
BASE_EXPORT FILE* CreateAndOpenTemporaryFileInDir(const base::FilePath& dir,
|
|
base::FilePath* path);
|
|
|
|
// Create a new directory. If prefix is provided, the new directory name is in
|
|
// the format of prefixyyyy.
|
|
// NOTE: prefix is ignored in the POSIX implementation.
|
|
// If success, return true and output the full path of the directory created.
|
|
BASE_EXPORT bool CreateNewTempDirectory(
|
|
const base::FilePath::StringType& prefix,
|
|
base::FilePath* new_temp_path);
|
|
|
|
// Create a directory within another directory.
|
|
// Extra characters will be appended to |prefix| to ensure that the
|
|
// new directory does not have the same name as an existing directory.
|
|
BASE_EXPORT bool CreateTemporaryDirInDir(
|
|
const base::FilePath& base_dir,
|
|
const base::FilePath::StringType& prefix,
|
|
base::FilePath* new_dir);
|
|
|
|
// Creates a directory, as well as creating any parent directories, if they
|
|
// don't exist. Returns 'true' on successful creation, or if the directory
|
|
// already exists. The directory is only readable by the current user.
|
|
// Returns true on success, leaving *error unchanged.
|
|
// Returns false on failure and sets *error appropriately, if it is non-NULL.
|
|
BASE_EXPORT bool CreateDirectoryAndGetError(const base::FilePath& full_path,
|
|
base::PlatformFileError* error);
|
|
|
|
// Backward-compatible convenience method for the above.
|
|
BASE_EXPORT bool CreateDirectory(const base::FilePath& full_path);
|
|
|
|
// Returns the file size. Returns true on success.
|
|
BASE_EXPORT bool GetFileSize(const base::FilePath& file_path, int64* file_size);
|
|
|
|
// Sets |real_path| to |path| with symbolic links and junctions expanded.
|
|
// On windows, make sure the path starts with a lettered drive.
|
|
// |path| must reference a file. Function will fail if |path| points to
|
|
// a directory or to a nonexistent path. On windows, this function will
|
|
// fail if |path| is a junction or symlink that points to an empty file,
|
|
// or if |real_path| would be longer than MAX_PATH characters.
|
|
BASE_EXPORT bool NormalizeFilePath(const base::FilePath& path,
|
|
base::FilePath* real_path);
|
|
|
|
#if defined(OS_WIN)
|
|
|
|
// Given a path in NT native form ("\Device\HarddiskVolumeXX\..."),
|
|
// return in |drive_letter_path| the equivalent path that starts with
|
|
// a drive letter ("C:\..."). Return false if no such path exists.
|
|
BASE_EXPORT bool DevicePathToDriveLetterPath(const base::FilePath& device_path,
|
|
base::FilePath* drive_letter_path);
|
|
|
|
// Given an existing file in |path|, set |real_path| to the path
|
|
// in native NT format, of the form "\Device\HarddiskVolumeXX\..".
|
|
// Returns false if the path can not be found. Empty files cannot
|
|
// be resolved with this function.
|
|
BASE_EXPORT bool NormalizeToNativeFilePath(const base::FilePath& path,
|
|
base::FilePath* nt_path);
|
|
#endif
|
|
|
|
// This function will return if the given file is a symlink or not.
|
|
BASE_EXPORT bool IsLink(const base::FilePath& file_path);
|
|
|
|
// Returns information about the given file path.
|
|
BASE_EXPORT bool GetFileInfo(const base::FilePath& file_path,
|
|
base::PlatformFileInfo* info);
|
|
|
|
// Sets the time of the last access and the time of the last modification.
|
|
BASE_EXPORT bool TouchFile(const base::FilePath& path,
|
|
const base::Time& last_accessed,
|
|
const base::Time& last_modified);
|
|
|
|
// Set the time of the last modification. Useful for unit tests.
|
|
BASE_EXPORT bool SetLastModifiedTime(const base::FilePath& path,
|
|
const base::Time& last_modified);
|
|
|
|
#if defined(OS_POSIX)
|
|
// Store inode number of |path| in |inode|. Return true on success.
|
|
BASE_EXPORT bool GetInode(const base::FilePath& path, ino_t* inode);
|
|
#endif
|
|
|
|
// Wrapper for fopen-like calls. Returns non-NULL FILE* on success.
|
|
BASE_EXPORT FILE* OpenFile(const base::FilePath& filename, const char* mode);
|
|
|
|
// Closes file opened by OpenFile. Returns true on success.
|
|
BASE_EXPORT bool CloseFile(FILE* file);
|
|
|
|
// Truncates an open file to end at the location of the current file pointer.
|
|
// This is a cross-platform analog to Windows' SetEndOfFile() function.
|
|
BASE_EXPORT bool TruncateFile(FILE* file);
|
|
|
|
// Reads the given number of bytes from the file into the buffer. Returns
|
|
// the number of read bytes, or -1 on error.
|
|
BASE_EXPORT int ReadFile(const base::FilePath& filename, char* data, int size);
|
|
|
|
// Writes the given buffer into the file, overwriting any data that was
|
|
// previously there. Returns the number of bytes written, or -1 on error.
|
|
BASE_EXPORT int WriteFile(const base::FilePath& filename, const char* data,
|
|
int size);
|
|
#if defined(OS_POSIX)
|
|
// Append the data to |fd|. Does not close |fd| when done.
|
|
BASE_EXPORT int WriteFileDescriptor(const int fd, const char* data, int size);
|
|
#endif
|
|
// Append the given buffer into the file. Returns the number of bytes written,
|
|
// or -1 on error.
|
|
BASE_EXPORT int AppendToFile(const base::FilePath& filename,
|
|
const char* data, int size);
|
|
|
|
// Gets the current working directory for the process.
|
|
BASE_EXPORT bool GetCurrentDirectory(base::FilePath* path);
|
|
|
|
// Sets the current working directory for the process.
|
|
BASE_EXPORT bool SetCurrentDirectory(const base::FilePath& path);
|
|
|
|
// Attempts to find a number that can be appended to the |path| to make it
|
|
// unique. If |path| does not exist, 0 is returned. If it fails to find such
|
|
// a number, -1 is returned. If |suffix| is not empty, also checks the
|
|
// existence of it with the given suffix.
|
|
BASE_EXPORT int GetUniquePathNumber(const base::FilePath& path,
|
|
const base::FilePath::StringType& suffix);
|
|
|
|
#if defined(OS_POSIX)
|
|
// Creates a directory with a guaranteed unique name based on |path|, returning
|
|
// the pathname if successful, or an empty path if there was an error creating
|
|
// the directory. Does not create parent directories.
|
|
BASE_EXPORT base::FilePath MakeUniqueDirectory(const base::FilePath& path);
|
|
#endif
|
|
|
|
#if defined(OS_POSIX)
|
|
// Test that |path| can only be changed by a given user and members of
|
|
// a given set of groups.
|
|
// Specifically, test that all parts of |path| under (and including) |base|:
|
|
// * Exist.
|
|
// * Are owned by a specific user.
|
|
// * Are not writable by all users.
|
|
// * Are owned by a member of a given set of groups, or are not writable by
|
|
// their group.
|
|
// * Are not symbolic links.
|
|
// This is useful for checking that a config file is administrator-controlled.
|
|
// |base| must contain |path|.
|
|
BASE_EXPORT bool VerifyPathControlledByUser(const base::FilePath& base,
|
|
const base::FilePath& path,
|
|
uid_t owner_uid,
|
|
const std::set<gid_t>& group_gids);
|
|
#endif // defined(OS_POSIX)
|
|
|
|
#if defined(OS_MACOSX) && !defined(OS_IOS)
|
|
// Is |path| writable only by a user with administrator privileges?
|
|
// This function uses Mac OS conventions. The super user is assumed to have
|
|
// uid 0, and the administrator group is assumed to be named "admin".
|
|
// Testing that |path|, and every parent directory including the root of
|
|
// the filesystem, are owned by the superuser, controlled by the group
|
|
// "admin", are not writable by all users, and contain no symbolic links.
|
|
// Will return false if |path| does not exist.
|
|
BASE_EXPORT bool VerifyPathControlledByAdmin(const base::FilePath& path);
|
|
#endif // defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|
|
// Returns the maximum length of path component on the volume containing
|
|
// the directory |path|, in the number of FilePath::CharType, or -1 on failure.
|
|
BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path);
|
|
|
|
// A class to handle auto-closing of FILE*'s.
|
|
class ScopedFILEClose {
|
|
public:
|
|
inline void operator()(FILE* x) const {
|
|
if (x) {
|
|
fclose(x);
|
|
}
|
|
}
|
|
};
|
|
|
|
typedef scoped_ptr_malloc<FILE, ScopedFILEClose> ScopedFILE;
|
|
|
|
#if defined(OS_POSIX)
|
|
// A class to handle auto-closing of FDs.
|
|
class ScopedFDClose {
|
|
public:
|
|
inline void operator()(int* x) const {
|
|
if (x && *x >= 0) {
|
|
if (HANDLE_EINTR(close(*x)) < 0)
|
|
DPLOG(ERROR) << "close";
|
|
}
|
|
}
|
|
};
|
|
|
|
typedef scoped_ptr_malloc<int, ScopedFDClose> ScopedFD;
|
|
#endif // OS_POSIX
|
|
|
|
#if defined(OS_LINUX)
|
|
// Broad categories of file systems as returned by statfs() on Linux.
|
|
enum FileSystemType {
|
|
FILE_SYSTEM_UNKNOWN, // statfs failed.
|
|
FILE_SYSTEM_0, // statfs.f_type == 0 means unknown, may indicate AFS.
|
|
FILE_SYSTEM_ORDINARY, // on-disk filesystem like ext2
|
|
FILE_SYSTEM_NFS,
|
|
FILE_SYSTEM_SMB,
|
|
FILE_SYSTEM_CODA,
|
|
FILE_SYSTEM_MEMORY, // in-memory file system
|
|
FILE_SYSTEM_CGROUP, // cgroup control.
|
|
FILE_SYSTEM_OTHER, // any other value.
|
|
FILE_SYSTEM_TYPE_COUNT
|
|
};
|
|
|
|
// Attempts determine the FileSystemType for |path|.
|
|
// Returns false if |path| doesn't exist.
|
|
BASE_EXPORT bool GetFileSystemType(const base::FilePath& path,
|
|
FileSystemType* type);
|
|
#endif
|
|
|
|
} // namespace file_util
|
|
|
|
// Internal --------------------------------------------------------------------
|
|
|
|
namespace base {
|
|
namespace internal {
|
|
|
|
// Same as Move but allows paths with traversal components.
|
|
// Use only with extreme care.
|
|
BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
|
|
const FilePath& to_path);
|
|
|
|
// Same as CopyFile but allows paths with traversal components.
|
|
// Use only with extreme care.
|
|
BASE_EXPORT bool CopyFileUnsafe(const FilePath& from_path,
|
|
const FilePath& to_path);
|
|
|
|
#if defined(OS_WIN)
|
|
// Copy from_path to to_path recursively and then delete from_path recursively.
|
|
// Returns true if all operations succeed.
|
|
// This function simulates Move(), but unlike Move() it works across volumes.
|
|
// This function is not transactional.
|
|
BASE_EXPORT bool CopyAndDeleteDirectory(const FilePath& from_path,
|
|
const FilePath& to_path);
|
|
#endif // defined(OS_WIN)
|
|
|
|
} // namespace internal
|
|
} // namespace base
|
|
|
|
#endif // BASE_FILE_UTIL_H_
|