HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 51 - 75 of 464) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/crash_reporter/
unclean_shutdown_collector.cc 30 using base::FilePath;
42 FilePath file_path(unclean_shutdown_file_);
52 if (!base::DeleteFile(FilePath(unclean_shutdown_file_), false)) {
63 FilePath unclean_file_path(unclean_shutdown_file_);
unclean_shutdown_collector.h 56 base::FilePath powerd_trace_path_;
57 base::FilePath powerd_suspended_file_;
crash_collector.h 75 int WriteNewFile(const base::FilePath &filename, const char *data, int size);
83 void ForceCrashDirectory(const base::FilePath &forced_directory) {
87 base::FilePath GetCrashDirectoryInfo(mode_t *mode,
101 base::FilePath *crash_file_path,
111 base::FilePath GetCrashPath(const base::FilePath &crash_directory,
115 base::FilePath GetProcessPath(pid_t pid);
116 bool GetSymlinkTarget(const base::FilePath &symlink,
117 base::FilePath *target);
123 bool CheckHasCapacity(const base::FilePath &crash_directory)
    [all...]
  /system/update_engine/
utils_android.h 31 base::FilePath* device);
  /external/libbrillo/brillo/
osrelease_reader.h 34 void LoadTestingOnly(const base::FilePath& root_dir);
47 BRILLO_PRIVATE void Load(const base::FilePath& root_dir);
cryptohome.h 21 BRILLO_EXPORT base::FilePath GetUserPathPrefix();
25 BRILLO_EXPORT base::FilePath GetRootPathPrefix();
29 BRILLO_EXPORT base::FilePath GetUserPath(const std::string& username);
34 BRILLO_EXPORT base::FilePath GetHashedUserPath(
39 BRILLO_EXPORT base::FilePath GetRootPath(const std::string& username);
42 BRILLO_EXPORT base::FilePath GetDaemonPath(const std::string& username,
osrelease_reader.cc 15 Load(base::FilePath("/"));
24 void OsReleaseReader::LoadTestingOnly(const base::FilePath& root_dir) {
28 void OsReleaseReader::Load(const base::FilePath& root_dir) {
29 base::FilePath osrelease = root_dir.Append("etc").Append("os-release");
36 base::FilePath osreleased = root_dir.Append("etc").Append("os-release.d");
40 for (base::FilePath path = enumerator.Next(); !path.empty();
cryptohome.cc 19 using base::FilePath;
36 FilePath salt_path(g_system_salt_path);
80 FilePath GetUserPathPrefix() {
81 return FilePath(g_user_home_prefix);
84 FilePath GetRootPathPrefix() {
85 return FilePath(g_root_home_prefix);
88 FilePath GetHashedUserPath(const std::string& hashed_username) {
89 return FilePath(
93 FilePath GetUserPath(const std::string& username) {
95 return FilePath("");
    [all...]
  /external/libchrome/base/files/
file_path_watcher_kqueue.h 44 bool Watch(const FilePath& path,
55 EventData(const FilePath& path, const FilePath::StringType& subdir)
57 FilePath path_; // Full path to this item.
58 FilePath::StringType subdir_; // Path to any sub item.
98 static int EventsForPath(FilePath path, EventVector *events);
105 static uintptr_t FileDescriptorForPath(const FilePath& path);
125 FilePath target_;
file_util_posix.cc 84 bool RealPath(const FilePath& path, FilePath* real_path) {
86 FilePath::CharType buf[PATH_MAX];
90 *real_path = FilePath(buf);
95 bool VerifySpecificPathControlledByUser(const FilePath& path,
148 int CreateAndOpenFdForTemporaryFile(FilePath directory, FilePath* path) {
166 FilePath path;
168 ScopedFD fd(CreateAndOpenFdForTemporaryFile(FilePath("/dev/shm"), &path));
190 FilePath MakeAbsoluteFilePath(const FilePath& input)
    [all...]
file_path_watcher_fsevents.cc 40 FilePath ResolvePath(const FilePath& path) {
43 std::vector<FilePath::StringType> component_vector;
45 std::list<FilePath::StringType>
48 FilePath result;
51 FilePath component(*components.begin());
54 FilePath current;
61 FilePath target;
65 std::vector<FilePath::StringType> target_components;
85 bool FilePathWatcherFSEvents::Watch(const FilePath& path
    [all...]
file_util.cc 38 int64_t ComputeDirectorySize(const FilePath& root_path) {
46 bool Move(const FilePath& from_path, const FilePath& to_path) {
52 bool ContentsEqual(const FilePath& filename1, const FilePath& filename2) {
86 bool TextContentsEqual(const FilePath& filename1, const FilePath& filename2) {
127 bool ReadFileToString(const FilePath& path,
164 bool ReadFileToString(const FilePath& path, std::string* contents) {
169 bool IsDirectoryEmpty(const FilePath& dir_path)
    [all...]
file_path_watcher.h 19 // This class lets you register interest in changes on a FilePath.
21 // FilePath is changed, including created or deleted. Due to limitations in the
33 typedef base::Callback<void(const FilePath& path, bool error)> Callback;
41 virtual bool Watch(const FilePath& path,
101 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
memory_mapped_file.h 22 class FilePath;
49 bool Initialize(const FilePath& file_name);
61 bool InitializeAsImageSection(const FilePath& file_name);
  /external/libchrome/base/test/
test_file_util_posix.cc 27 bool DenyFilePermission(const FilePath& path, mode_t permission) {
40 void* GetPermissionInfo(const FilePath& path, size_t* length) {
60 bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) {
76 bool DieFileDie(const FilePath& file, bool recurse) {
83 bool EvictFileFromSystemCache(const FilePath& file) {
90 bool MakeFileUnreadable(const FilePath& path) {
94 bool MakeFileUnwritable(const FilePath& path) {
98 FilePermissionRestorer::FilePermissionRestorer(const FilePath& path)
  /system/bt/service/
settings.h 52 const base::FilePath& create_ipc_socket_path() const {
66 base::FilePath create_ipc_socket_path_;
  /system/update_engine/common/
hardware_interface.h 78 virtual bool GetNonVolatileDirectory(base::FilePath* path) const = 0;
83 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
  /system/weaved/buffet/
buffet_config.h 45 base::FilePath defaults;
46 base::FilePath settings;
48 base::FilePath definitions;
49 base::FilePath test_definitions;
57 virtual bool ReadFile(const base::FilePath& path, std::string* content) = 0;
58 virtual bool WriteFile(const base::FilePath& path,
90 base::FilePath CreatePath(const std::string& name) const;
91 bool LoadFile(const base::FilePath& file_path,
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 36 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
39 : FilePath(R.getFilePath()), Offset(R.getOffset()),
43 return clang::tooling::Replacement(FilePath, Offset, Length,
47 std::string FilePath;
56 Io.mapRequired("FilePath", Keys->FilePath);
  /external/autotest/client/deps/glbench/src/
utils.cc 18 using base::FilePath;
25 FilePath *g_base_path = new FilePath();
33 FilePath argv0_path = FilePath(argv0).DirName();
34 FilePath base_path = relative ? argv0_path.Append(relative) : argv0_path;
35 g_base_path = new FilePath(base_path);
38 const FilePath& GetBasePath() {
43 FilePath filename = g_base_path->Append(name);
62 bool read_int_from_file(FilePath filename, int *value)
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
header_generator.h 15 class FilePath;
52 static std::string GenerateHeaderGuard(const base::FilePath& output_file);
61 static bool WriteTextToFile(const base::FilePath& output_file,
  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.hpp 55 DirectoryIterator (const FilePath& path);
58 FilePath getItem (void) const;
66 FilePath m_path;
  /external/libchrome/base/process/
kill.h 50 BASE_EXPORT bool KillProcesses(const FilePath::StringType& executable_name,
96 const FilePath::StringType& executable_name,
106 BASE_EXPORT bool CleanupProcesses(const FilePath::StringType& executable_name,
process_iterator.cc 38 const FilePath::StringType& executable_name,
48 executable_name_ = FilePath::StringType(executable_name_,
57 int GetProcessCount(const FilePath::StringType& executable_name,
  /system/connectivity/shill/
certificate_file.cc 31 using base::FilePath;
50 : root_directory_(FilePath(kDefaultRootDirectory)) {
61 FilePath CertificateFile::CreatePEMFromStrings(
67 return FilePath();
117 FilePath CertificateFile::WriteFile(const string& output_data) {
122 return FilePath();
129 return FilePath();
134 output_file_ = FilePath();
137 FilePath output_file;
140 return FilePath();
    [all...]

Completed in 1702 milliseconds

1 23 4 5 6 7 8 91011>>