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

<<111213141516171819

  /system/connectivity/shill/
crypto_des_cbc_unittest.cc 25 using base::FilePath;
60 FilePath key_matter = temp_dir.path().Append(kKeyMatterFile);
json_store.h 35 explicit JsonStore(const base::FilePath& path);
111 const base::FilePath path_;
key_file_store.h 38 explicit KeyFileStore(const base::FilePath& path);
104 const base::FilePath path_;
external_task.h 82 virtual bool Start(const base::FilePath& program,
ppp_daemon.cc 93 if (task->Start(base::FilePath(kDaemonPath), arguments, environment, true,
external_task_unittest.cc 206 StartProcess(_, base::FilePath(kCommand), kCommandOptions,
212 base::FilePath(kCommand), kCommandOptions, kCommandEnv, false, &error));
218 base::FilePath(kCommand), kCommandOptions, kCommandEnv, false, &error));
process_manager_unittest.cc 177 base::FilePath(kProgram),
206 base::FilePath(kProgram),
238 base::FilePath(kProgram),
  /system/core/metricsd/
metrics_collector.cc 39 using base::FilePath;
165 const base::FilePath& private_metrics_directory,
166 const base::FilePath& shared_metrics_directory) {
355 FilePath crash_detected(crash_file);
389 const FilePath meminfo_path(kMeminfoFileName);
404 bool MetricsCollector::ReadFileToUint64(const base::FilePath& path,
420 bool MetricsCollector::ReportZram(const base::FilePath& zram_dir) {
595 const FilePath meminfo_path(kMeminfoFileName);
persistent_integer.cc 29 const base::FilePath& directory)
  /system/tpm/attestation/client/
main.cc 168 base::FilePath filename(command_line->GetSwitchValueASCII("input"));
182 base::FilePath filename(command_line->GetSwitchValueASCII("input"));
196 base::FilePath filename(command_line->GetSwitchValueASCII("input"));
211 base::FilePath filename(command_line->GetSwitchValueASCII("input"));
226 base::FilePath filename(command_line->GetSwitchValueASCII("input"));
242 base::FilePath filename(command_line->GetSwitchValueASCII("input"));
248 base::FilePath filename2(command_line->GetSwitchValueASCII("signature"));
278 base::FilePath filename(base::CommandLine::ForCurrentProcess()->
  /system/update_engine/
boot_control_android.cc 116 base::FilePath misc_device;
133 base::FilePath path = misc_device.DirName().Append(partition_name + suffix);
real_system_state.cc 80 base::FilePath non_volatile_path;
94 base::FilePath powerwash_safe_path;
boot_control_chromeos.cc 258 base::FilePath device_path(device);
262 return base::FilePath("/sys/block").Append(device_path.BaseName()).value();
270 !base::ReadFileToString(base::FilePath(sysfs_block).Append("removable"),
  /system/webservd/webservd/
log_manager_unittest.cc 66 base::FilePath file = enumerator.Next();
133 base::FilePath current_file = temp_dir.path().Append("2015-02-26.log");
server.h 74 base::FilePath GetUploadDirectory() const;
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 145 JSONCompilationDatabase::loadFromFile(StringRef FilePath,
148 llvm::MemoryBuffer::getFile(FilePath);
173 JSONCompilationDatabase::getCompileCommands(StringRef FilePath) const {
175 llvm::sys::path::native(FilePath, NativeFilePath);
  /external/dbus-binding-generator/chromeos-dbus-bindings/
test_utils.cc 23 base::FilePath path_a, path_b;
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /system/connectivity/apmanager/
device_info.h 107 base::FilePath device_info_root_;
  /system/connectivity/shill/cellular/
mobile_operator_info.h 90 void AddDatabasePath(const base::FilePath& absolute_path);
  /system/core/metricsd/collectors/
averaged_statistics_collector_test.cc 72 base::FilePath disk_stats_path_;
  /system/media/brillo/audio/audioservice/
audio_device_handler.h 94 void GetInitialAudioDeviceState(const base::FilePath& path);
  /external/autotest/client/deps/glbench/src/
testbase.cc 102 base::FilePath dirname = base::FilePath(FLAGS_outdir);
104 base::FilePath filename = dirname.Append(name);
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 118 base::FilePath postinstall_path(partition.postinstall_path);
127 base::FilePath(fs_mount_dir_).Append(postinstall_path).value();
268 if (!base::DeleteFile(base::FilePath(fs_mount_dir_), false)) {
  /external/libbrillo/brillo/streams/
file_stream_unittest.cc 706 base::FilePath path = temp_dir.path().Append(base::FilePath{"test.dat"});
734 base::FilePath path = temp_dir.path().Append(base::FilePath{"test.dat"});
763 base::FilePath path = temp_dir.path().Append(base::FilePath{"test.dat"});
785 base::FilePath path = temp_dir.path().Append(base::FilePath{"test.dat"});
800 base::FilePath path = temp_dir.path().Append(base::FilePath{"test.dat"})
    [all...]

Completed in 1676 milliseconds

<<111213141516171819