| /external/libbrillo/brillo/http/ |
| http_form_data.cc | 158 const base::FilePath& file_path, 202 const base::FilePath& file_path,
|
| /external/libchrome/base/files/ |
| important_file_writer_unittest.cc | 26 std::string GetFileContent(const FilePath& path) { 95 FilePath file_;
|
| /external/libchrome/sandbox/linux/services/ |
| credentials_unittest.cc | 152 CHECK(!base::DirectoryExists(base::FilePath("/proc"))); 154 CHECK(base::IsDirectoryEmpty(base::FilePath("/")));
|
| namespace_sandbox_unittest.cc | 35 base::FilePath root("/"); 134 base::CommandLine(base::FilePath("/bin/true")), launch_options);
|
| /system/connectivity/shill/cellular/ |
| mobile_operator_info.cc | 26 using base::FilePath; 59 void MobileOperatorInfo::AddDatabasePath(const FilePath& absolute_path) {
|
| mobile_operator_info_impl.h | 51 void AddDatabasePath(const base::FilePath& absolute_path); 161 std::vector<base::FilePath> database_paths_;
|
| /system/connectivity/shill/ |
| default_profile.cc | 44 using base::FilePath; 86 const FilePath& storage_directory,
|
| device_info.cc | 70 using base::FilePath; 241 FilePath DeviceInfo::GetDeviceInfoPath(const string& iface_name, 255 FilePath* path_out) { 315 FilePath driver_path; 417 FilePath device_file = GetDeviceInfoPath(iface_name, kInterfaceDevice); 418 FilePath device_path; 434 return HasSubdir(device_path.DirName(), FilePath("tty")); 438 bool DeviceInfo::HasSubdir(const FilePath& base_dir, const FilePath& subdir) { 442 for (FilePath curr_dir = dir_enum.Next(); !curr_dir.empty() [all...] |
| mock_manager.h | 45 MOCK_CONST_METHOD0(run_path, const base::FilePath&());
|
| /system/connectivity/shill/wifi/ |
| mac80211_monitor.cc | 82 queue_state_file_path_ = base::FilePath( 84 wake_queues_file_path_ = base::FilePath(
|
| mac80211_monitor_unittest.cc | 70 base::FilePath fake_queue_state_file_path_; // Call FakeUpSysfs() first. 71 base::FilePath fake_wake_queues_file_path_; // Call FakeUpSysfs() first. 142 const base::FilePath& GetQueueStateFilePath() const { 145 const base::FilePath& GetWakeQueuesFilePath() const {
|
| /system/core/metricsd/uploader/ |
| upload_service.cc | 46 const base::FilePath& private_metrics_directory, 47 const base::FilePath& shared_metrics_directory)
|
| /system/update_engine/common/ |
| test_utils.h | 99 bool IsXAttrSupported(const base::FilePath& dir_path); 202 base::FilePath GetBuildArtifactsPath();
|
| /system/update_engine/payload_consumer/ |
| download_action_unittest.cc | 49 using base::FilePath; 520 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { 543 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { 559 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) { 596 if (!test_utils::IsXAttrSupported(FilePath("/tmp"))) {
|
| /external/clang/lib/Driver/ |
| MSVCToolChain.cpp | 403 SmallString<128> FilePath(PathSegment); 404 llvm::sys::path::append(FilePath, "cl.exe"); 405 if (llvm::sys::fs::can_execute(FilePath.c_str()) && 406 !llvm::sys::fs::equivalent(FilePath.c_str(), clangProgramPath)) {
|
| /external/clang/lib/Tooling/ |
| Tooling.cpp | 223 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) { 225 llvm::sys::path::native(FilePath, PathStorage); 324 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { 325 MappedFileContents.push_back(std::make_pair(FilePath, Content));
|
| /external/deqp/execserver/ |
| xsWin32TestProcess.cpp | 649 de::FilePath logFilePath = de::FilePath::join(workingDir, "TestResults.qpa"); 671 string cmdLine = de::FilePath(name).isAbsolutePath() ? name : de::FilePath::join(workingDir, name).normalize().getPath();
|
| /external/deqp/executor/tools/ |
| xeExtractSampleLists.cpp | 162 printf("%s: [filename]\n", de::FilePath(argv[0]).getBaseName().c_str());
|
| /external/libchrome/base/ |
| sys_info_chromeos.cc | 76 FilePath path(kLinuxStandardBaseReleaseFile);
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| DWARFDebugLine.cpp | 651 SmallString<16> FilePath; 664 sys::path::append(FilePath, CompDir); 667 sys::path::append(FilePath, IncludeDir, FileName); 668 Result = FilePath.str();
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/ |
| objectivec_helpers.h | 73 string FilePath(const FileDescriptor* file); 75 // Just like FilePath(), but without the directory part.
|
| /system/bt/service/ipc/ |
| ipc_handler_linux.cpp | 51 const base::FilePath& path =
|
| /system/connectivity/shill/dhcp/ |
| dhcp_provider.cc | 38 using base::FilePath;
|
| /system/core/metricsd/collectors/ |
| averaged_statistics_collector.cc | 108 if (!base::ReadFileToString(base::FilePath(diskstats_path_), &line)) {
|
| /system/nativepower/daemon/ |
| power_manager_unittest.cc | 79 base::FilePath power_state_path_;
|