| /system/weaved/buffet/ |
| main.cc | 127 options.config_options.defaults = base::FilePath{FLAGS_config_path}; 128 options.config_options.settings = base::FilePath{FLAGS_state_path}; 129 options.config_options.definitions = base::FilePath{"/etc/weaved"}; 131 base::FilePath{FLAGS_test_definitions_path};
|
| buffet_config.cc | 41 bool ReadFile(const base::FilePath& path, std::string* content) override { 44 bool WriteFile(const base::FilePath& path, 171 base::FilePath path = CreatePath(name); 196 base::FilePath path = CreatePath(name); 213 base::FilePath BuffetConfig::CreatePath(const std::string& name) const { 216 base::FilePath::kExtensionSeparator + name); 219 bool BuffetConfig::LoadFile(const base::FilePath& file_path,
|
| /external/clang/include/clang/Tooling/ |
| JSONCompilationDatabase.h | 65 loadFromFile(StringRef FilePath, std::string &ErrorMessage); 76 /// FIXME: Currently FilePath must be an absolute path inside the 79 getCompileCommands(StringRef FilePath) const override;
|
| /external/dbus-binding-generator/chromeos-dbus-bindings/ |
| header_generator.cc | 24 const base::FilePath& output_file) { 51 const base::FilePath& output_file, const IndentedText &text) {
|
| /external/libbrillo/policy/ |
| device_policy_impl.h | 66 base::FilePath policy_path_; 67 base::FilePath keyfile_path_;
|
| /system/core/crash_reporter/ |
| crash_reporter.cc | 65 using base::FilePath; 72 static bool TouchFile(const FilePath &file_path) { 118 base::FilePath filepath(kGUIDFileName); 119 if (!base::ReadFileToString(filepath, &guid) || guid.empty()) { 124 if (base::WriteFile(filepath, guid.c_str(), guid.size()) <= 0) { 126 << filepath.value(); 146 TouchFile(FilePath(kKernelCrashDetected)); 150 TouchFile(FilePath(kUncleanShutdownDetected)); 215 if (!base::ReadFileToString(FilePath(kernel_signature_file) [all...] |
| user_collector_test.cc | 30 using base::FilePath; 78 const FilePath &file_path) { 168 FilePath path = collector_.GetProcessPath(100); 173 FilePath result; 174 ASSERT_FALSE(collector_.GetSymlinkTarget(FilePath("/does_not_exist"), 191 ASSERT_TRUE(collector_.GetSymlinkTarget(FilePath(kLink), &result)); 342 ASSERT_FALSE(collector_.CopyOffProcFiles(pid_, FilePath("/bad/path"))); 347 FilePath container_path(test_dir_.path().Append("test/container")); 353 FilePath container_path(test_dir_.path().Append("test/container")); 377 FilePath container_dir = test_dir_.path() [all...] |
| /system/core/metricsd/ |
| metrics_collector_main.cc | 94 base::FilePath(FLAGS_private_directory), 95 base::FilePath(FLAGS_shared_directory));
|
| metricsd_main.cc | 79 base::FilePath(FLAGS_private_directory), 80 base::FilePath(FLAGS_shared_directory));
|
| metrics_collector.h | 54 const base::FilePath& private_metrics_directory, 55 const base::FilePath& shared_metrics_directory); 213 bool ReportZram(const base::FilePath& zram_dir); 216 static bool ReadFileToUint64(const base::FilePath& path, uint64_t* value); 228 base::FilePath shared_metrics_directory_;
|
| /system/core/metricsd/uploader/ |
| metrics_log.cc | 32 bool MetricsLog::LoadFromFile(const base::FilePath& saved_log) { 54 bool MetricsLog::SaveToFile(const base::FilePath& path) {
|
| /system/update_engine/common/ |
| mock_hardware.h | 72 MOCK_CONST_METHOD1(GetNonVolatileDirectory, bool(base::FilePath*)); 73 MOCK_CONST_METHOD1(GetPowerwashSafeDirectory, bool(base::FilePath*));
|
| prefs.cc | 109 bool Prefs::Init(const base::FilePath& prefs_dir) { 113 bool Prefs::FileStorage::Init(const base::FilePath& prefs_dir) { 119 base::FilePath filename; 129 base::FilePath filename; 142 base::FilePath filename; 148 base::FilePath filename; 155 base::FilePath* filename) const {
|
| /system/update_engine/ |
| fake_p2p_manager.h | 67 base::FilePath FileGetPath(const std::string& file_id) override { 68 return base::FilePath();
|
| p2p_manager.h | 46 virtual base::FilePath GetP2PDir() = 0; 127 // method, an empty base::FilePath is returned - use FilePath::empty() to 129 virtual base::FilePath FileGetPath(const std::string& file_id) = 0;
|
| /system/webservd/webservd/ |
| log_manager.cc | 96 FileLogger(const base::FilePath& log_directory, LogManager* log_manager) 108 base::FilePath file_path = log_directory_.Append(file_name); 150 base::FilePath archive_file_path = log_directory_.Append( 154 base::FilePath file_path = log_directory_.Append(file_name); 170 base::FilePath log_directory_; 174 void LogManager::Init(const base::FilePath& log_directory) { 222 std::set<base::FilePath> log_files; 227 base::FilePath file = enumerator.Next();
|
| /external/libchrome/base/process/ |
| internal_linux.cc | 29 FilePath GetProcPidDir(pid_t pid) { 30 return FilePath(kProcDir).Append(IntToString(pid)); 53 bool ReadProcFile(const FilePath& file, std::string* buffer) { 66 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile); 158 FilePath path("/proc/stat");
|
| /system/tpm/attestation/server/ |
| database_impl.cc | 33 using base::FilePath; 42 void FileWatcherCallback(const base::Closure& callback, const FilePath&, bool) { 100 FilePath path(kDatabasePath); 115 FilePath file_path(kDatabasePath); 154 file_watcher_->Watch(FilePath(kDatabasePath), false,
|
| /external/libchrome/base/ |
| command_line_unittest.cc | 61 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(), 127 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(), 186 static const FilePath::CharType kPath1[] = 188 static const FilePath::CharType kPath2[] = 198 cl.AppendSwitchPath(kFirstArgName, FilePath(kPath1)); 199 cl.AppendSwitchPath(kSecondArgName, FilePath(kPath2)); 272 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program"))); 331 CommandLine cl1(FilePath(FILE_PATH_LITERAL("Program"))); 340 CommandLine c1(FilePath(FILE_PATH_LITERAL("Program1"))); 342 CommandLine c2(FilePath(FILE_PATH_LITERAL("Program2"))) [all...] |
| /system/connectivity/shill/vpn/ |
| l2tp_ipsec_driver_unittest.cc | 41 using base::FilePath; 132 bool IsPSKFileCleared(const FilePath& psk_file_path) const { 137 const FilePath& xauth_credentials_file_path) const { 146 FilePath SetupPSKFile(); 147 FilePath SetupXauthCredentialsFile(); 149 FilePath GetPSKFile() const { return driver_->psk_file_; } 150 FilePath GetXauthCredentialsFile() const { 158 void FakeUpConnect(FilePath* psk_file, FilePath* xauth_credentials_file) { 227 FilePath L2TPIPSecDriverTest::SetupPSKFile() [all...] |
| /external/libbrillo/policy/tests/ |
| libpolicy_unittest.cc | 30 MockDevicePolicyImpl(const base::FilePath& policy_path, 31 const base::FilePath& keyfile_path, 50 base::FilePath policy_file(kPolicyFileAllSet); 51 base::FilePath key_file(kKeyFile); 160 base::FilePath policy_file(kPolicyFileNoneSet); 161 base::FilePath key_file(kKeyFile); 204 base::FilePath non_existing("this_file_is_doof");
|
| /external/clang/lib/Basic/ |
| FileManager.cpp | 440 SmallString<128> FilePath(Entry->getName()); 441 FixupRelativePath(FilePath); 442 return FS->getBufferForFile(FilePath, FileSize, 451 SmallString<128> FilePath(Filename); 452 FixupRelativePath(FilePath); 453 return FS->getBufferForFile(FilePath.c_str()); 468 SmallString<128> FilePath(Path); 469 FixupRelativePath(FilePath); 471 return FileSystemStatCache::get(FilePath.c_str(), Data, isFile, F, 477 SmallString<128> FilePath(Path) [all...] |
| /external/libchrome/base/mac/ |
| mac_util.h | 24 class FilePath; 88 BASE_EXPORT bool SetFileBackupExclusion(const FilePath& file_path); 122 BASE_EXPORT bool RemoveQuarantineAttribute(const FilePath& file_path);
|
| /external/llvm/lib/Fuzzer/ |
| FuzzerIO.cpp | 83 auto FilePath = DirPlusFile(Path, X); 84 if (Epoch && GetEpoch(FilePath) < E) continue; 85 V->push_back(FileToVector(FilePath));
|
| /system/connectivity/shill/ |
| pending_activation_store.cc | 23 using base::FilePath; 94 bool PendingActivationStore::InitStorage(const FilePath& storage_path) { 104 FilePath path = storage_path.Append(kStorageFileName);
|