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

1 2 3 45 6 7 8 91011>>

  /system/connectivity/shill/
file_reader_unittest.cc 27 using base::FilePath;
35 void VerifyReadLines(const FilePath& path, const vector<string>& lines) {
53 EXPECT_FALSE(reader_.Open(FilePath("a_nonexistent_file")));
59 FilePath path;
78 FilePath path;
profile.h 34 class FilePath;
78 const base::FilePath& storage_directory,
185 const base::FilePath& path);
189 static bool SaveUserProfileList(const base::FilePath& path,
217 static base::FilePath GetFinalStoragePath(
218 const base::FilePath& storage_dir,
224 const base::FilePath& persistent_profile_path() {
227 void set_persistent_profile_path(const base::FilePath& path) {
252 base::FilePath persistent_profile_path_;
certificate_file_unittest.cc 29 using base::FilePath;
57 const FilePath& GetOutputFile() { return certificate_file_.output_file_; }
58 const FilePath& GetRootDirectory() {
66 base::FilePath certificate_directory_;
86 FilePath outfile0 = certificate_file_.CreatePEMFromStrings(kPEMVector0);
98 FilePath outfile1 = certificate_file_.CreatePEMFromStrings(kPEMVector1);
110 FilePath outfile2 = certificate_file_.CreatePEMFromStrings(kPEMVector2);
134 FilePath outfile;
crypto_des_cbc.h 30 class FilePath;
46 bool LoadKeyMatter(const base::FilePath& path);
resolver.h 48 virtual void set_path(const base::FilePath& path) { path_ = path; }
73 base::FilePath path_;
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 102 virtual void OnFileChanged(const FilePath& path, bool error) = 0;
121 void OnFileChanged(const FilePath& path, bool error) override {
134 void SetupWatchCallback(const FilePath& target,
163 FilePath parent_dir;
178 FilePath test_file() {
182 FilePath test_link() {
187 bool WriteFile(const FilePath& file, const std::string& content) {
192 bool SetupWatch(const FilePath& target,
214 bool FilePathWatcherTest::SetupWatch(const FilePath& target,
254 FilePath source_file(temp_dir_.path().AppendASCII("source"))
    [all...]
scoped_temp_dir_unittest.cc 16 FilePath test_path;
35 FilePath path = dir.Take();
52 FilePath test_path;
58 FilePath tmp_dir;
67 FilePath base_path;
71 FilePath test_path;
file_path.cc 32 using StringType = FilePath::StringType;
33 using StringPieceType = FilePath::StringPieceType;
40 const FilePath::CharType kStringTerminator = FILE_PATH_LITERAL('\0');
42 // If this FilePath contains a drive letter specification, returns the
85 FilePath::IsSeparator(path[letter + 1]);
89 FilePath::IsSeparator(path[0]) && FilePath::IsSeparator(path[1]);
92 return path.length() > 0 && FilePath::IsSeparator(path[0]);
99 if (!FilePath::IsSeparator(*it))
111 if (path == FilePath::kCurrentDirectory || path == FilePath::kParentDirectory
    [all...]
file_tracing.h 25 class FilePath;
50 const FilePath& path,
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator.h 18 class FilePath;
30 const base::FilePath& output_file);
method_name_generator_unittest.cc 44 base::FilePath CreateInputFile(const string& contents) {
45 base::FilePath path;
61 base::FilePath output_path = temp_dir_.path().Append("output.h");
  /external/libbrillo/brillo/
key_value_store.h 33 bool Load(const base::FilePath& path);
43 bool Save(const base::FilePath& path) const;
  /external/libchrome/base/
file_version_info.h 22 class FilePath;
54 const base::FilePath& file_path);
native_library.h 26 class FilePath;
72 BASE_EXPORT NativeLibrary LoadNativeLibrary(const FilePath& library_path,
82 const FilePath& library_path);
  /system/core/metricsd/collectors/
averaged_statistics_collector.h 68 base::FilePath diskstats_path_;
69 base::FilePath vmstats_path_;
  /system/core/metricsd/uploader/
system_profile_cache.h 53 SystemProfileCache(bool testing, const base::FilePath& metrics_directory);
82 base::FilePath metrics_directory_;
  /system/update_engine/
hardware_chromeos.h 47 bool GetNonVolatileDirectory(base::FilePath* path) const override;
48 bool GetPowerwashSafeDirectory(base::FilePath* path) const override;
utils_android.cc 48 bool DeviceForMountPoint(const string& mount_point, base::FilePath* device) {
64 *device = base::FilePath(record->blk_device);
hardware_android.cc 51 base::FilePath misc_device;
161 bool HardwareAndroid::GetNonVolatileDirectory(base::FilePath* path) const {
162 base::FilePath local_path(constants::kNonVolatileDirectory);
171 bool HardwareAndroid::GetPowerwashSafeDirectory(base::FilePath* path) const {
  /system/webservd/webservd/
log_manager.h 45 static void Init(const base::FilePath& log_directory);
70 base::FilePath log_directory_;
utils.h 50 bool StoreCertificate(X509* cert, const base::FilePath& file);
51 X509Ptr LoadAndValidateCertificate(const base::FilePath& file);
  /system/connectivity/apmanager/
file_writer.cc 39 if (base::WriteFile(base::FilePath(file_name),
  /system/core/crash_reporter/
crash_reporter_logs_test.cc 37 ASSERT_TRUE(store.Load(base::FilePath(kConfigFile)));
kernel_warning_collector.cc 33 using base::FilePath;
44 FilePath kernel_warning_path(kKernelWarningPath);
82 FilePath root_crash_directory;
90 FilePath kernel_crash_path = root_crash_directory.Append(
  /external/libchrome/crypto/
nss_util_internal.h 17 class FilePath;
28 CRYPTO_EXPORT ScopedPK11Slot OpenSoftwareNSSDB(const base::FilePath& path,
68 const base::FilePath& path);

Completed in 1225 milliseconds

1 2 3 45 6 7 8 91011>>