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

1 2 3 4 5 6 7 891011>>

  /external/libchrome/base/files/
file.cc 30 File::File(const FilePath& path, uint32_t flags)
85 void File::Initialize(const FilePath& path, uint32_t flags) {
file_path_watcher_kqueue.cc 38 int FilePathWatcherKQueue::EventsForPath(FilePath path, EventVector* events) {
43 std::vector<FilePath::StringType> components;
51 FilePath built_path;
53 for (std::vector<FilePath::StringType>::iterator i = components.begin();
56 built_path = FilePath(*i);
69 FilePath::StringType subdir = (i != (components.end() - 1)) ? *(i + 1) : "";
80 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) {
314 bool FilePathWatcherKQueue::Watch(const FilePath& path,
file_unittest.cc 18 using base::FilePath;
23 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
110 FilePath file_path = temp_dir.path().AppendASCII("create_file");
128 FilePath file_path = temp_dir.path().AppendASCII("create_file_1");
155 FilePath file_path = temp_dir.path().AppendASCII("read_write_file");
227 FilePath file_path = temp_dir.path().AppendASCII("append_file");
275 FilePath file_path = temp_dir.path().AppendASCII("truncate_file");
390 FilePath file_path = temp_dir.path().AppendASCII("read_at_current_position");
414 FilePath file_path = temp_dir.path().AppendASCII("write_at_current_position");
437 FilePath file_path = temp_dir.path().AppendASCII("seek_file")
    [all...]
  /external/libchrome/base/
sys_info_linux.cc 38 base::ReadFileToString(base::FilePath("/proc/sys/kernel/shmmax"), &contents);
86 ReadFileToString(FilePath("/proc/cpuinfo"), &contents);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 64 void registerSection(StringRef FilePath, unsigned SectionID);
65 void registerStubMap(StringRef FilePath, unsigned SectionID,
  /external/llvm/unittests/Support/
ReplaceFileTest.cpp 31 std::error_code CreateFileWithContent(const SmallString<128> &FilePath,
34 if (std::error_code ec = fs::openFileForWrite(FilePath, FD, fs::F_None))
  /system/core/crash_reporter/
kernel_collector_test.cc 28 using base::FilePath;
50 void WriteStringToFile(const FilePath &file_path,
58 const FilePath &kcrash_file() const { return test_kcrash_; }
59 const FilePath &test_crash_directory() const { return test_crash_directory_; }
84 FilePath test_kcrash_;
85 FilePath test_crash_directory_;
288 ASSERT_TRUE(base::PathExists(FilePath(filename)));
290 ASSERT_TRUE(base::ReadFileToString(FilePath(filename), &contents));
kernel_collector.cc 27 using base::FilePath;
87 void KernelCollector::OverridePreservedDumpPath(const FilePath &file_path) {
106 FilePath ramoops_record;
138 void KernelCollector::GetRamoopsRecordPath(FilePath *path,
154 FilePath ramoops_record;
536 FilePath root_crash_directory;
577 FilePath kernel_crash_path = root_crash_directory.Append(
  /system/core/metricsd/include/metrics/
metrics_library.h 145 void InitForTest(const base::FilePath& metrics_directory);
170 base::FilePath consent_file_;
  /system/nativepower/daemon/
power_manager.h 58 void set_power_state_path_for_testing(const base::FilePath& path) {
101 base::FilePath power_state_path_;
wake_lock_manager_unittest.cc 45 std::string ReadFile(const base::FilePath& path) const {
60 base::FilePath lock_path_;
61 base::FilePath unlock_path_;
  /system/update_engine/common/
fake_hardware.h 77 bool GetNonVolatileDirectory(base::FilePath* path) const override {
81 bool GetPowerwashSafeDirectory(base::FilePath* path) const override {
  /system/update_engine/update_manager/
real_config_provider_unittest.cc 46 base::FilePath kFile(root_dir_.path().value()
54 base::FilePath kFile(root_dir_.path().value()
  /system/connectivity/shill/
socket_info_reader.cc 29 using base::FilePath;
51 FilePath SocketInfoReader::GetTcpv4SocketInfoFilePath() const {
52 return FilePath(kTcpv4SocketInfoFilePath);
55 FilePath SocketInfoReader::GetTcpv6SocketInfoFilePath() const {
56 return FilePath(kTcpv6SocketInfoFilePath);
68 bool SocketInfoReader::AppendSocketInfo(const FilePath& info_file_path,
connection_info_reader_unittest.cc 27 using base::FilePath;
55 MOCK_CONST_METHOD0(GetConnectionInfoFilePath, FilePath());
73 const FilePath& dir_path, FilePath* file_path) {
111 FilePath info_file("/non-existent-file");
device_info.h 241 // Return the FilePath for a given |path_name| in the device sysinfo for
243 base::FilePath GetDeviceInfoPath(const std::string& iface_name,
252 // Return the filepath for the target of the device info symbolic link
257 base::FilePath* path_out);
269 static bool HasSubdir(const base::FilePath& base_dir,
270 const base::FilePath& subdir);
316 base::FilePath device_info_root_;
  /system/webservd/webservd/
server.cc 61 brillo::SecureBlob LoadAndValidatePrivateKey(const base::FilePath& key_file,
177 const base::FilePath certificate_file{kCertificateFile};
178 const base::FilePath key_file{kKeyFile};
230 base::FilePath Server::GetUploadDirectory() const {
231 base::FilePath upload_dir;
233 upload_dir = base::FilePath{"/data/misc/webservd/uploads"};
  /external/libbrillo/brillo/http/
http_form_data_unittest.cc 45 base::FilePath file_name = dir.path().Append("sample.txt");
73 base::FilePath filename1 = dir.path().Append("sample.txt");
78 base::FilePath filename2 = dir.path().Append("test.bin");
148 base::FilePath filename1 = dir.path().Append("sample.txt");
153 base::FilePath filename2 = dir.path().Append("test.bin");
  /external/clang/include/clang/Tooling/Core/
Replacement.h 76 /// FilePath with ReplacementText.
78 /// \param FilePath A source file accessible via a SourceManager.
81 Replacement(StringRef FilePath, unsigned Offset, unsigned Length,
107 StringRef getFilePath() const { return FilePath; }
128 std::string FilePath;
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 231 base::FilePath CreateInputFile(const string& contents) {
232 base::FilePath path;
303 base::FilePath output_path = temp_dir_.path().Append("output.h");
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.h 118 void DeleteTemporaryFile(base::FilePath* temporary_file);
158 base::FilePath psk_file_;
159 base::FilePath xauth_credentials_file_;
  /system/core/metricsd/
metrics_library.cc 154 base::FilePath dir = base::FilePath(metrics::kSharedMetricsDirectory);
166 void MetricsLibrary::InitForTest(const base::FilePath& metrics_directory) {
  /system/core/metricsd/uploader/
system_profile_cache.cc 64 const base::FilePath& metrics_directory)
118 if (!weave_config.Load(base::FilePath(metrics::kWeaveConfigurationFile))) {
174 base::FilePath filepath(filename);
175 if (!base::ReadFileToString(filepath, &guid)) {
179 CHECK(base::WriteFile(filepath, guid.c_str(), guid.size()));
  /system/media/brillo/audio/audioservice/
audio_device_handler.cpp 47 GetInitialAudioDeviceState(base::FilePath(kH2WStateFile));
60 GetInitialAudioDeviceState(base::FilePath(kH2WStateFile));
64 const base::FilePath& path) {
  /system/weaved/buffet/
buffet_config_unittest.cc 86 config_options.settings = base::FilePath{"settings_file"};
105 bool ReadFile(const base::FilePath& path, std::string* content) override {
112 bool WriteFile(const base::FilePath& path,

Completed in 1903 milliseconds

1 2 3 4 5 6 7 891011>>