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

1 2 3 45 6 7 8 91011>>

  /system/update_engine/common/
hardware_interface.h 88 virtual bool GetNonVolatileDirectory(base::FilePath* path) const = 0;
93 virtual bool GetPowerwashSafeDirectory(base::FilePath* path) const = 0;
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/
utils_android.cc 42 bool DeviceForMountPoint(const string& mount_point, base::FilePath* device) {
58 *device = base::FilePath(record->blk_device);
  /external/avb/test/
avb_unittest_util.h 74 const base::FilePath& key_path,
104 base::FilePath GenerateImage(const std::string file_name,
112 base::FilePath image_path = testdir_.Append(file_name);
122 std::string InfoImage(const base::FilePath& image_path) {
123 base::FilePath tmp_path = testdir_.Append("info_output.txt");
134 std::string PublicKeyAVB(const base::FilePath& key_path) {
135 base::FilePath tmp_path = testdir_.Append("public_key.bin");
148 base::FilePath ret;
151 testdir_ = base::FilePath(buf);
166 base::FilePath testdir_
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
OsPath.h 27 IN CHAR8 *FilePath
48 FilePath Path name of file to get the parent directory for.
  /external/libbrillo/policy/
policy_util.h 32 const base::FilePath& policy_path,
  /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,
95 const base::FilePath json_file_path_;
  /external/libchrome/base/memory/
shared_memory_helper.h 23 FilePath* 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/libmojo/base/android/
apk_assets.h 34 const base::FilePath& file_path);
path_service_android.cc 20 FilePath file_path(ConvertJavaStringToUTF8(env, path));
  /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();
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Process.cpp 46 SmallString<128> FilePath(Dir);
47 path::append(FilePath, FileName);
48 if (fs::exists(Twine(FilePath))) {
49 FoundPath = FilePath.str();
  /external/libchrome/base/
command_line.h 30 class FilePath;
51 explicit CommandLine(const FilePath& program);
155 FilePath GetProgram() const;
156 void SetProgram(const FilePath& program);
170 FilePath GetSwitchValuePath(const StringPiece& switch_string) const;
180 const FilePath& path);
200 void AppendArgPath(const FilePath& value);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
AtomicChange.h 45 /// \brief Creates an atomic change for \p FilePath with a customized key.
46 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
47 : Key(Key), FilePath(FilePath) {}
68 const std::string &getFilePath() const { return FilePath; }
127 AtomicChange(std::string Key, std::string FilePath, std::string Error,
134 std::string FilePath;
164 /// \p FilePath, i.e. callers are responsible for ensuring all changes are for
172 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code,

Completed in 532 milliseconds

1 2 3 45 6 7 8 91011>>