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

<<111213141516171819

  /system/webservd/webservd/
config.cc 105 bool LoadConfigFromFile(const base::FilePath& json_file_path, Config* config) {
request.h 61 base::FilePath temp_file_name;
  /external/libbrillo/brillo/
process.cc 44 base::FilePath(base::StringPrintf("/proc/%d", pid)));
396 if (!base::ReadFileToString(base::FilePath(pid_file), &contents)) {
  /external/libbrillo/policy/
device_policy_impl.cc 27 bool ReadPublicKeyFromFile(const base::FilePath& key_file,
418 if (!ReadPublicKeyFromFile(base::FilePath(keyfile_path_), &public_key)) {
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 360 std::string FilePath = JoinPath(outDirectory, outFileName);
363 open(FilePath.c_str());
  /system/connectivity/shill/
crypto_util_proxy_unittest.cc 107 const base::FilePath& /* program */,
134 base::FilePath(CryptoUtilProxy::kCryptoUtilShimPath),
process_manager.cc 91 const base::FilePath& program,
131 const base::FilePath& program,
manager.h 396 virtual const base::FilePath& run_path() const { return run_path_; }
397 const base::FilePath& storage_path() const { return storage_path_; }
    [all...]
key_file_store_unittest.cc 37 using base::FilePath;
70 FilePath test_file_;
134 EXPECT_TRUE(base::PathExists(FilePath(test_file_.value() + ".corrupted")));
671 explicit ReadOnlyKeyFileStore(const base::FilePath& path)
676 bool OpenCheckClose(const FilePath& path,
  /external/dbus-binding-generator/chromeos-dbus-bindings/
proxy_generator.cc 48 const base::FilePath& output_file) {
104 const base::FilePath& mock_file,
105 const base::FilePath& proxy_file,
131 base::FilePath relative_path;
138 std::vector<base::FilePath::StringType> src_components;
140 std::vector<base::FilePath::StringType> dest_components;
157 std::vector<base::FilePath::StringType> components{
158 src_count, base::FilePath::kParentDirectory};
165 relative_path = base::FilePath{base::FilePath::kCurrentDirectory}
    [all...]
  /system/connectivity/shill/vpn/
openvpn_driver_unittest.cc 54 using base::FilePath;
274 FilePath lsb_release_file_;
723 FilePath empty_cert;
795 FilePath empty_cert;
813 FilePath pem_cert(kPEMCertfile);
    [all...]
openvpn_driver.cc 46 using base::FilePath;
288 FilePath* config_file) {
332 FROM_HERE, FilePath(kOpenVPNPath),
764 FilePath certfile = certificate_file_->CreatePEMFromStrings(ca_cert_pem);
808 FilePath certfile =
    [all...]
  /system/connectivity/shill/dhcp/
dhcpv4_config_unittest.cc 46 using base::FilePath;
118 FilePath lease_file_;
119 FilePath pid_file_;
210 FilePath varrun = temp_dir_.path().Append("var/run/dhcpcd");
213 FilePath varlib = temp_dir_.path().Append("var/lib/dhcpcd");
  /external/clang/lib/Lex/
PPLexerChange.cpp 238 StringRef FilePath = File->getDir()->getName();
239 StringRef Path = FilePath;
243 Result = FilePath.substr(Path.size());
  /external/google-breakpad/src/testing/gtest/src/
gtest-internal-inl.h 413 GTEST_API_ FilePath GetCurrentExecutableName();
658 original_working_dir_.Set(FilePath::GetCurrentDir());
813 internal::FilePath original_working_dir_;
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 414 GTEST_API_ FilePath GetCurrentExecutableName();
665 original_working_dir_.Set(FilePath::GetCurrentDir());
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-internal-inl.h 409 GTEST_API_ FilePath GetCurrentExecutableName();
647 original_working_dir_.Set(FilePath::GetCurrentDir());
802 internal::FilePath original_working_dir_;
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-internal-inl.h 406 GTEST_API_ FilePath GetCurrentExecutableName();
644 original_working_dir_.Set(FilePath::GetCurrentDir());
799 internal::FilePath original_working_dir_;
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 474 GTEST_API_ FilePath GetCurrentExecutableName();
710 original_working_dir_.Set(FilePath::GetCurrentDir());
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-internal-inl.h 414 GTEST_API_ FilePath GetCurrentExecutableName();
665 original_working_dir_.Set(FilePath::GetCurrentDir());
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-internal-inl.h 414 GTEST_API_ FilePath GetCurrentExecutableName();
659 original_working_dir_.Set(FilePath::GetCurrentDir());
820 internal::FilePath original_working_dir_;
    [all...]
  /system/connectivity/shill/cellular/
mobile_operator_info_impl.cc 33 using base::FilePath;
87 AddDatabasePath(FilePath(kDefaultDatabasePath));
96 void MobileOperatorInfoImpl::AddDatabasePath(const FilePath& absolute_path) {
  /system/tpm/attestation/server/
pkcs11_key_store.cc 496 base::FilePath token_path = username.empty() ?
497 base::FilePath(kChapsSystemToken) :
519 base::FilePath slot_path;
  /system/update_engine/
omaha_request_params_unittest.cc 51 EXPECT_TRUE(base::CreateDirectory(base::FilePath(test_dir_ + "/etc")));
53 base::FilePath(test_dir_ + kStatefulPartition + "/etc")));
63 EXPECT_TRUE(base::DeleteFile(base::FilePath(test_dir_), true));
  /system/update_engine/payload_generator/
generate_delta_main.cc 194 LOG_IF(ERROR, !prefs.Init(base::FilePath(prefs_dir)))
241 properties.Save(base::FilePath(props_file));
474 CHECK(store.Load(base::FilePath(FLAGS_new_postinstall_config_file)));

Completed in 1628 milliseconds

<<111213141516171819