| /system/connectivity/shill/ |
| process_manager.h | 63 const base::FilePath& program, 77 const base::FilePath& program, 94 const base::FilePath& program,
|
| resolver_unittest.cc | 27 using base::FilePath; 63 resolver_->set_path(FilePath("")); // Don't try to save the store. 72 FilePath path_;
|
| profile_unittest.cc | 37 using base::FilePath; 55 control_interface(), metrics(), manager(), id, FilePath(), false); 79 FilePath(storage_path()), false)); 205 control_interface(), metrics(), manager(), id, FilePath(), false)); 209 control_interface(), metrics(), manager(), id, FilePath(), false); 219 control_interface(), metrics(), manager(), id, FilePath(), false)); 223 control_interface(), metrics(), manager(), id, FilePath(kDirectory), 338 FilePath list_path(FilePath(storage_path()).Append("test.profile")); 377 control_interface(), metrics(), manager(), id0, FilePath(), false)) [all...] |
| ephemeral_profile.cc | 46 base::FilePath(), false) {
|
| pending_activation_store.h | 72 virtual bool InitStorage(const base::FilePath& storage_path);
|
| /system/update_engine/ |
| main.cc | 48 base::ReplaceFile(base::FilePath(symlink_path), 49 base::FilePath(log_path), 52 base::DeleteFile(base::FilePath(symlink_path), true);
|
| /system/webservd/webservd/ |
| main.cc | 64 webservd::LogManager::Init(base::FilePath{config_.log_directory}); 109 base::FilePath default_file_path{kDefaultConfigFilePath}; 113 webservd::LoadConfigFromFile(base::FilePath{FLAGS_config_path}, &config);
|
| config.h | 90 bool LoadConfigFromFile(const base::FilePath& json_file_path, Config* config);
|
| /external/autotest/client/deps/glbench/src/ |
| utils.h | 20 const base::FilePath& GetBasePath();
|
| /external/dbus-binding-generator/chromeos-dbus-bindings/ |
| method_name_generator.cc | 28 const base::FilePath& output_file) {
|
| proxy_generator.h | 19 class FilePath; 32 const base::FilePath& output_file); 36 const base::FilePath& mock_file, 37 const base::FilePath& proxy_file,
|
| proxy_generator_mock_unittest.cc | 174 base::FilePath CreateInputFile(const string& contents) { 175 base::FilePath path; 237 base::FilePath output_path = temp_dir_.path().Append("output.h"); 238 base::FilePath proxy_path = temp_dir_.path().Append("proxies.h");
|
| /external/libchrome/base/files/ |
| file.h | 162 File(const FilePath& path, uint32_t flags); 180 void Initialize(const FilePath& path, uint32_t flags); 310 void DoInitialize(const FilePath& path, uint32_t flags); 326 FilePath tracing_path_;
|
| file_util_linux.cc | 16 bool GetFileSystemType(const FilePath& path, FileSystemType* type) {
|
| /external/libchrome/base/process/ |
| process_handle.h | 76 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
|
| /external/libchrome/crypto/ |
| nss_util.h | 17 class FilePath;
|
| /external/llvm/include/llvm/Support/ |
| FileOutputBuffer.h | 42 create(StringRef FilePath, size_t Size, unsigned Flags = 0);
|
| /system/bt/service/ipc/ |
| ipc_handler_linux.h | 71 base::FilePath socket_path_;
|
| /system/bt/service/ |
| settings.cpp | 43 base::FilePath path(iter.second);
|
| /system/core/crash_reporter/ |
| unclean_shutdown_collector_test.cc | 28 using base::FilePath; 74 void WriteStringToFile(const FilePath &file_path, 83 FilePath test_directory_; 84 FilePath test_unclean_;
|
| /system/core/metricsd/ |
| metrics_collector_test.cc | 31 using base::FilePath; 49 base::FilePath private_dir = temp_dir_.path().Append("private"); 50 base::FilePath shared_dir = temp_dir_.path().Append("shared"); 69 void CreateUint64ValueFile(const base::FilePath& path, uint64_t value) {
|
| /system/update_engine/common/ |
| prefs.h | 99 bool Init(const base::FilePath& prefs_dir); 110 bool Init(const base::FilePath& prefs_dir); 126 base::FilePath* filename) const; 129 base::FilePath prefs_dir_;
|
| /external/clang/lib/Tooling/Core/ |
| Replacement.cpp | 32 : FilePath(InvalidLocation) {} 34 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, 36 : FilePath(FilePath), ReplacementRange(Offset, Length), 52 return FilePath != InvalidLocation; 57 const FileEntry *Entry = SM.getFileManager().getFile(FilePath); 83 Stream << FilePath << ": " << ReplacementRange.getOffset() << ":+" 116 this->FilePath = Entry ? Entry->getName() : InvalidLocation; 308 : MergeSecond(MergeSecond), Delta(D), FilePath(R.getFilePath()), 357 Replacement asReplacement() const { return {FilePath, Offset, Length, Text}; [all...] |
| /external/libchrome/base/ |
| command_line.cc | 157 CommandLine::CommandLine(const FilePath& program) 261 SetProgram(argv.empty() ? FilePath() : FilePath(argv[0])); 265 FilePath CommandLine::GetProgram() const { 266 return FilePath(argv_[0]); 269 void CommandLine::SetProgram(const FilePath& program) { 301 FilePath CommandLine::GetSwitchValuePath( 303 return FilePath(GetSwitchValueNative(switch_string)); 319 const FilePath& path) { 385 void CommandLine::AppendArgPath(const FilePath& path) [all...] |
| /external/clang/include/clang/Tooling/ |
| CompilationDatabase.h | 120 StringRef FilePath) const = 0; 198 /// and 'FilePath' as positional argument. 200 getCompileCommands(StringRef FilePath) const override;
|