| /external/libchrome/sandbox/linux/services/ |
| namespace_utils.cc | 67 if (!base::PathExists(base::FilePath("/proc/self/ns/user"))) { 95 return base::PathExists(base::FilePath(path)); 100 return base::PathExists(base::FilePath(kProcSelfSetgroups));
|
| /system/connectivity/shill/ |
| mock_process_manager.h | 40 const base::FilePath& program, 47 const base::FilePath& program, 55 const base::FilePath& program,
|
| socket_info_reader.h | 39 virtual base::FilePath GetTcpv4SocketInfoFilePath() const; 44 virtual base::FilePath GetTcpv6SocketInfoFilePath() const; 61 bool AppendSocketInfo(const base::FilePath& info_file_path,
|
| mock_external_task.h | 39 bool(const base::FilePath& file,
|
| mock_pending_activation_store.h | 34 MOCK_METHOD1(InitStorage, bool(const base::FilePath& storage_path));
|
| /system/core/crash_reporter/ |
| kernel_collector.h | 48 void OverridePreservedDumpPath(const base::FilePath &file_path); 82 void GetRamoopsRecordPath(base::FilePath *path, size_t record); 114 base::FilePath ramoops_dump_path_;
|
| user_collector.cc | 68 using base::FilePath; 181 FilePath crash_path; 191 FilePath diag_log_path = GetCrashPath(crash_path, dump_basename, "diaglog"); 192 if (GetLogContents(FilePath(log_config_path_), kCollectionErrorSignature, 202 FilePath log_path = GetCrashPath(crash_path, dump_basename, "log"); 203 FilePath meta_path = GetCrashPath(crash_path, dump_basename, "meta"); 215 const FilePath &container_dir) { 232 FilePath process_path = GetProcessPath(pid); 254 bool UserCollector::ValidateProcFiles(const FilePath &container_dir) const { 270 const FilePath &core_path) const [all...] |
| crash_collector_test.cc | 31 using base::FilePath; 75 FilePath test_file = test_dir_.path().Append("test_new"); 112 collector_.GetCrashPath(FilePath("/var/spool/crash"), 116 collector_.GetCrashPath(FilePath("/home/chronos/user/crash"), 183 FilePath meta_file = test_dir_.path().Append(kMetaFileBasename); 184 FilePath payload_file = test_dir_.path().Append("payload-file"); 203 FilePath meta_symlink_path = test_dir_.path().Append("symlink.meta"); 229 FilePath config_file = test_dir_.path().Append("crash_config"); 230 FilePath output_file = test_dir_.path().Append("crash_log"); 235 base::DeleteFile(FilePath(output_file), false) [all...] |
| /external/libchrome/base/files/ |
| file_path_watcher_linux.cc | 55 Watch AddWatch(const FilePath& path, FilePathWatcherImpl* watcher); 105 const FilePath::StringType& child, 116 bool Watch(const FilePath& path, 139 explicit WatchEntry(const FilePath::StringType& dirname) 144 FilePath::StringType subdir; 145 FilePath::StringType linkname; 163 void UpdateRecursiveWatchesForPath(const FilePath& path); 167 void TrackWatchForRecursion(InotifyReader::Watch watch, const FilePath& path); 174 void AddWatchForBrokenSymlink(const FilePath& path, WatchEntry* watch_entry); 182 FilePath target_ [all...] |
| important_file_writer.cc | 51 void LogFailure(const FilePath& path, TempFileFailure failure_code, 59 bool WriteScopedStringToFileAtomically(const FilePath& path, 67 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path, 87 FilePath tmp_file_path; 128 const FilePath& path, 137 const FilePath& path,
|
| file_path_watcher.cc | 50 bool FilePathWatcher::Watch(const FilePath& path,
|
| file_path_watcher_mac.cc | 19 bool Watch(const FilePath& path,
|
| /external/llvm/lib/Support/ |
| FileOutputBuffer.cpp | 39 FileOutputBuffer::create(StringRef FilePath, size_t Size, unsigned Flags) { 42 std::error_code EC = sys::fs::status(FilePath, Stat); 61 EC = sys::fs::remove(FilePath); 73 EC = sys::fs::createUniqueFile(Twine(FilePath) + ".tmp%%%%%%%", FD, 100 new FileOutputBuffer(std::move(MappedFile), FilePath, TempFilePath));
|
| /system/core/metricsd/uploader/ |
| upload_service.h | 70 const base::FilePath& private_metrics_directory, 71 const base::FilePath& shared_metrics_directory); 176 base::FilePath consent_file_; 177 base::FilePath staged_log_path_; 178 base::FilePath saved_log_path_;
|
| /external/libchrome/base/mac/ |
| foundation_util.h | 60 class FilePath; 81 BASE_EXPORT FilePath PathForFrameworkBundleResource(CFStringRef resourceName); 99 FilePath* result); 105 FilePath* result); 111 FilePath* result); 114 BASE_EXPORT FilePath GetUserLibraryPath(); 121 BASE_EXPORT FilePath GetAppBundlePath(const FilePath& exec_name); 372 BASE_EXPORT NSString* FilePathToNSString(const FilePath& path); 374 // Converts |str| to a FilePath. Returns an empty path if |str| is nil [all...] |
| /system/update_engine/ |
| p2p_manager.cc | 57 using base::FilePath; 89 FilePath GetP2PDir() override { 90 return FilePath(kDefaultP2PDir); 136 FilePath FileGetPath(const string& file_id) override; 157 FilePath GetPath(const string& file_id, Visibility visibility); 164 bool DeleteP2PFile(const FilePath& path, const string& reason); 295 static bool MatchCompareFunc(const pair<FilePath, Time>& a, 296 const pair<FilePath, Time>& b) { 314 FilePath P2PManagerImpl::GetPath(const string& file_id, Visibility visibility) { 318 bool P2PManagerImpl::DeleteP2PFile(const FilePath& path [all...] |
| fake_p2p_manager_configuration.h | 44 !base::DeleteFile(base::FilePath(p2p_dir_), true)) { 50 base::FilePath GetP2PDir() override { 51 return base::FilePath(p2p_dir_);
|
| /external/libchrome/base/ |
| file_version_info_unittest.cc | 19 using base::FilePath; 24 FilePath GetTestDataPath() { 25 FilePath path; 60 FilePath dll_path = GetTestDataPath(); 101 FilePath dll_path = GetTestDataPath(); 114 FilePath dll_path = GetTestDataPath();
|
| native_library_posix.cc | 21 NativeLibrary LoadNativeLibrary(const FilePath& library_path,
|
| /external/libchrome/base/json/ |
| json_file_value_serializer.cc | 12 using base::FilePath; 20 const base::FilePath& json_file_path) 56 const base::FilePath& json_file_path)
|
| /external/libchrome/base/process/ |
| process_iterator.h | 129 NamedProcessIterator(const FilePath::StringType& executable_name, 137 FilePath::StringType executable_name_; 145 BASE_EXPORT int GetProcessCount(const FilePath::StringType& executable_name,
|
| /system/tpm/tpm_manager/server/ |
| local_data_store_impl.cc | 27 using base::FilePath; 36 FilePath path(kTpmLocalDataFile); 64 FilePath path(kTpmLocalDataFile);
|
| /external/dbus-binding-generator/chromeos-dbus-bindings/ |
| generate_chromeos_dbus_bindings.cc | 57 base::FilePath RemoveQuotes(const std::string& path) { 60 return base::FilePath{unquoted}; 65 base::FilePath SanitizeFilePath(const std::string& path) { 66 base::FilePath path_in = RemoveQuotes(path); 67 base::FilePath path_out = base::MakeAbsoluteFilePath(path_in); 77 bool LoadConfig(const base::FilePath& path, ServiceConfig *config) { 190 base::FilePath proxy_path; // Used by both Proxy and Mock generation. 203 base::FilePath proxy_include_path = proxy_path; 214 base::FilePath mock_path = RemoveQuotes(mock_file);
|
| /external/libbrillo/brillo/ |
| file_utils.cc | 57 RegularFileOrDeleteResult RegularFileOrDelete(const base::FilePath& path, 94 bool TouchFileInternal(const base::FilePath& path, 133 bool TouchFile(const base::FilePath& path, 159 bool TouchFile(const base::FilePath& path) {
|
| test_helpers.h | 21 EXPECT_TRUE(base::ReadFileToString(base::FilePath(file_path), &contents));
|