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

1 2 34 5 6 7 8 91011>>

  /system/core/crash_reporter/
user_collector.h 133 bool CopyOffProcFiles(pid_t pid, const base::FilePath &container_dir);
140 bool ValidateProcFiles(const base::FilePath &container_dir) const;
147 ErrorType ValidateCoreFile(const base::FilePath &core_path) const;
154 base::FilePath *crash_file_path,
156 bool CopyStdinToCoreFile(const base::FilePath &core_path);
157 bool RunCoreToMinidump(const base::FilePath &core_path,
158 const base::FilePath &procfs_directory,
159 const base::FilePath &minidump_path,
160 const base::FilePath &temp_directory);
162 const base::FilePath &container_dir
    [all...]
udev_collector_test.cc 27 using base::FilePath;
63 int GetNumFiles(const FilePath& path, const std::string& file_pattern) {
67 for (FilePath file_path = enumerator.Next();
93 FilePath(base::StringPrintf("%s/%s",
96 FilePath data_path =
97 FilePath(base::StringPrintf("%s/%s/data",
106 FilePath(base::StringPrintf("%s/%s/failing_device",
109 FilePath uevent_path =
110 FilePath(base::StringPrintf("%s/%s/failing_device/uevent",
129 FilePath log_config_path
    [all...]
udev_collector.cc 32 using base::FilePath;
74 FilePath crash_directory;
96 bool UdevCollector::ProcessUdevCrashLogs(const FilePath& crash_directory,
113 FilePath crash_path = GetCrashPath(crash_directory, log_file_name, "log");
127 FilePath crash_path_zipped = FilePath(crash_path.value() + ".gz");
141 bool UdevCollector::ProcessDevCoredump(const FilePath& crash_directory,
143 FilePath coredump_path =
144 FilePath(base::StringPrintf("%s/devcd%d/data",
164 bool UdevCollector::AppendDevCoredump(const FilePath& crash_directory
    [all...]
crash_collector.cc 88 using base::FilePath;
108 int CrashCollector::WriteNewFile(const FilePath &filename,
150 FilePath CrashCollector::GetCrashPath(const FilePath &crash_directory,
158 FilePath CrashCollector::GetCrashDirectoryInfo(
165 return FilePath(kSystemCrashPath);
187 FilePath *crash_directory,
235 FilePath CrashCollector::GetProcessPath(pid_t pid) {
236 return FilePath(StringPrintf("/proc/%d", pid));
239 bool CrashCollector::GetSymlinkTarget(const FilePath &symlink
    [all...]
  /system/connectivity/shill/
crypto_provider.h 46 void set_key_matter_file(const base::FilePath& path) {
60 base::FilePath key_matter_file_;
crypto_provider_unittest.cc 28 using base::FilePath;
50 FilePath InitKeyMatterFile(const FilePath& dir);
55 FilePath CryptoProviderTest::InitKeyMatterFile(const FilePath& dir) {
56 FilePath path = dir.Append(kKeyMatterFile);
65 provider_.set_key_matter_file(FilePath("/some/non/existent/file"));
78 provider_.set_key_matter_file(FilePath("/other/missing/file"));
file_reader.cc 21 using base::FilePath;
36 bool FileReader::Open(const FilePath& file_path) {
mock_profile.cc 32 : Profile(control, metrics, manager, Identifier("mock"), base::FilePath(),
41 base::FilePath(), false) {
file_reader.h 40 bool Open(const base::FilePath& file_path);
store_factory.cc 41 StoreInterface* StoreFactory::CreateStore(const base::FilePath& path) {
  /system/core/metricsd/
persistent_integer.h 34 PersistentInteger(const std::string& name, const base::FilePath& directory);
69 base::FilePath backing_file_path_;
persistent_integer_mock.h 31 const base::FilePath& directory)
  /system/core/metricsd/uploader/
metrics_log.h 49 bool LoadFromFile(const base::FilePath& path);
52 bool SaveToFile(const base::FilePath& path);
  /system/update_engine/common/
hwid_override.cc 37 string HwidOverride::Read(const base::FilePath& root) {
39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release"));
hwid_override.h 36 static std::string Read(const base::FilePath& root);
  /system/update_engine/
hardware_android.h 46 bool GetNonVolatileDirectory(base::FilePath* path) const override;
47 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
hardware_chromeos.cc 113 return HwidOverride::Read(base::FilePath("/"));
138 base::FilePath marker_path = base::FilePath(kPowerwashSafeDirectory).Append(
162 bool result = base::DeleteFile(base::FilePath(kPowerwashMarkerFile), false);
175 bool HardwareChromeOS::GetNonVolatileDirectory(base::FilePath* path) const {
176 *path = base::FilePath(constants::kNonVolatileDirectory);
180 bool HardwareChromeOS::GetPowerwashSafeDirectory(base::FilePath* path) const {
181 *path = base::FilePath(kPowerwashSafeDirectory);
  /external/libchrome/base/files/
file_enumerator_posix.cc 28 FilePath FileEnumerator::FileInfo::GetName() const {
42 FileEnumerator::FileEnumerator(const FilePath& root_path,
54 FileEnumerator::FileEnumerator(const FilePath& root_path,
57 const FilePath::StringType& pattern)
69 pattern_ = FilePath::StringType();
76 FilePath FileEnumerator::Next() {
82 return FilePath();
96 FilePath full_path = root_path_.Append(i->filename_);
122 const FilePath& source, bool show_links) {
138 info.filename_ = FilePath(dent->d_name)
    [all...]
file_path_unittest.cc 25 #define FPS(x) FilePath::StringType(FPL(x), arraysize(FPL(x)) - 1)
30 const FilePath::CharType* input;
31 const FilePath::CharType* expected;
35 const FilePath::CharType* input;
40 const FilePath::CharType* inputs[2];
41 const FilePath::CharType* expected;
45 const FilePath::CharType* inputs[2];
50 const FilePath::CharType* inputs[2];
55 const FilePath::CharType* native;
145 FilePath input(cases[i].input)
    [all...]
  /external/libchrome/base/json/
json_file_value_serializer.h 22 explicit JSONFileValueSerializer(const base::FilePath& json_file_path);
43 const base::FilePath json_file_path_;
52 explicit JSONFileValueDeserializer(const base::FilePath& json_file_path);
98 const base::FilePath json_file_path_;
  /external/libchrome/base/process/
kill.cc 11 bool KillProcesses(const FilePath::StringType& executable_name,
  /external/libchrome/base/test/
test_file_util_linux.cc 17 bool EvictFileFromSystemCache(const FilePath& file) {
  /external/llvm/lib/Support/
Process.cpp 46 SmallString<128> FilePath(Dir);
47 path::append(FilePath, FileName);
48 if (fs::exists(Twine(FilePath))) {
49 FoundPath = FilePath.str();
  /system/nativepower/daemon/
wake_lock_manager.h 66 void set_paths_for_testing(const base::FilePath& lock_path,
67 const base::FilePath& unlock_path) {
84 base::FilePath lock_path_;
85 base::FilePath unlock_path_;
  /external/libchrome/base/
command_line.h 30 class FilePath;
51 explicit CommandLine(const FilePath& program);
147 FilePath GetProgram() const;
148 void SetProgram(const FilePath& program);
162 FilePath GetSwitchValuePath(const base::StringPiece& switch_string) const;
172 const FilePath& path);
192 void AppendArgPath(const FilePath& value);

Completed in 1038 milliseconds

1 2 34 5 6 7 8 91011>>