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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus-binding-generator/chromeos-dbus-bindings/
proxy_generator_unittest.cc     [all...]
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 69 getCompileCommands(StringRef FilePath) const override {
70 return adjustCommands(Compilations->getCompileCommands(FilePath));
  /external/deqp/executor/tools/
xeBatchResultToXml.cpp 215 << xe::xml::Writer::Attribute("FileName", de::FilePath(batchResultFilename).getBaseName());
259 de::FilePath casePath = de::FilePath::join(m_dstPath, (result.casePath + ".xml").c_str());
341 if (!de::FilePath(dstPath).exists())
344 XE_CHECK_MSG(de::FilePath(dstPath).getType() == de::FilePath::TYPE_DIRECTORY, "Destination is not directory");
367 de::FilePath indexPath = de::FilePath::join(dstPath, "caselist.xml");
  /external/libbrillo/brillo/
key_value_store.cc 40 bool KeyValueStore::Load(const base::FilePath& path) {
81 bool KeyValueStore::Save(const base::FilePath& path) const {
process_unittest.cc 18 using base::FilePath;
99 FilePath GetFdPath(int fd);
153 EXPECT_TRUE(base::ReadFileToString(FilePath(output_file_), &contents));
169 FilePath ProcessTest::GetFdPath(int fd) {
170 return FilePath(base::StringPrintf("/proc/self/fd/%d", fd));
254 EXPECT_TRUE(base::ReadFileToString(FilePath(output_file_), &contents));
264 EXPECT_TRUE(base::ReadFileToString(FilePath(output_file_), &contents));
303 FilePath pid_path = temp_dir_.path().Append("pid");
key_value_store_unittest.cc 18 using base::FilePath;
43 base::FilePath temp_file_ = temp_dir_.path().Append("temp.conf");
44 base::FilePath saved_temp_file_ = temp_dir_.path().Append("saved_temp.conf");
56 ASSERT_TRUE(ReadFileToString(FilePath(saved_temp_file_), &read_blob));
  /system/connectivity/shill/
crypto_des_cbc.cc 25 using base::FilePath;
96 bool CryptoDESCBC::LoadKeyMatter(const FilePath& path) {
external_task.cc 28 using base::FilePath;
55 bool ExternalTask::Start(const FilePath& program,
connection_info_reader.cc 30 using base::FilePath;
58 FilePath ConnectionInfoReader::GetConnectionInfoFilePath() const {
59 return FilePath(kConnectionInfoFilePath);
66 FilePath info_file_path = GetConnectionInfoFilePath();
connection_info_reader.h 39 virtual base::FilePath GetConnectionInfoFilePath() const;
  /system/connectivity/shill/dhcp/
dhcp_config.h 110 base::FilePath root() const { return root_; }
214 base::FilePath root_;
dhcp_provider_unittest.cc 28 using base::FilePath;
83 FilePath lease_file;
  /system/connectivity/shill/wifi/
mac80211_monitor.h 133 base::FilePath queue_state_file_path_;
134 base::FilePath wake_queues_file_path_;
  /system/media/brillo/audio/audioservice/
audio_daemon.cpp 41 base::FileEnumerator fenum(base::FilePath(kInputDeviceDir),
43 for (base::FilePath name = fenum.Next(); !name.empty(); name = fenum.Next()) {
  /system/update_engine/
image_properties_chromeos.cc 75 store->Load(base::FilePath(path + kLsbRelease));
144 base::FilePath path(root_prefix_str + kStatefulPartition + kLsbRelease);
  /system/weaved/buffet/
manager.cc 66 bool LoadFile(const base::FilePath& file_path,
82 base::FilePath dir{options.definitions.Append("traits")};
87 for (base::FilePath path = enumerator.Next(); !path.empty();
98 auto load_packages = [device](const base::FilePath& root,
99 const base::FilePath::StringType& pattern) {
100 base::FilePath dir{root.Append("commands")};
104 for (base::FilePath path = enumerator.Next(); !path.empty();
120 base::FilePath dir{options.definitions.Append("states")};
125 for (base::FilePath path = enumerator.Next(); !path.empty();
137 base::FilePath dir{options.definitions.Append("states")}
    [all...]
  /external/clang/unittests/AST/
EvaluateAsRValueTest.cpp 62 llvm::StringRef FilePath) override {
  /external/deqp/execserver/
xsPosixTestProcess.cpp 192 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa");
203 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).getPath();
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 75 tcu::ImageIO::loadImage(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
76 tcu::ImageIO::loadImage(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath());
130 loadImageRGBA8(refImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_refImg).getPath());
131 loadImageRGBA8(cmpImg, m_testCtx.getArchive(), de::FilePath::join(BASE_DIR, m_cmpImg).getPath());
  /external/libchrome/base/files/
memory_mapped_file.cc 33 bool MemoryMappedFile::Initialize(const FilePath& file_name) {
  /external/libchrome/base/process/
internal_linux.h 30 // Returns a FilePath to "/proc/pid".
31 base::FilePath GetProcPidDir(pid_t pid);
process_metrics_linux.cc 44 static uint64_t ReadFileToUint64(const FilePath file) {
63 FilePath stat_file = internal::GetProcPidDir(pid).Append("status");
104 FilePath sched_file = internal::GetProcPidDir(pid).Append("sched");
131 FilePath task_path = internal::GetProcPidDir(pid).Append("task");
149 FilePath stat_path =
263 FilePath io_file = internal::GetProcPidDir(process_).Append("io");
296 FilePath fd_path = internal::GetProcPidDir(process_).Append("fd");
348 FilePath totmaps_file = internal::GetProcPidDir(process_).Append("totmaps");
400 FilePath statm_file = internal::GetProcPidDir(process_).Append("statm");
692 FilePath meminfo_file("/proc/meminfo")
    [all...]
  /external/libchrome/base/
sys_info.h 51 static int64_t AmountOfFreeDiskSpace(const FilePath& path);
  /system/connectivity/apmanager/
error.cc 78 string file_name = base::FilePath(from_here.file_name()).BaseName().value();
  /system/connectivity/shill/cellular/
modem_info.cc 31 using base::FilePath;

Completed in 1305 milliseconds

1 2 3 4 5 6 7 8 91011>>