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

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
ReplacementsYaml.h 35 : FilePath(""), Offset(0), Length(0), ReplacementText("") {}
38 : FilePath(R.getFilePath()), Offset(R.getOffset()),
42 return clang::tooling::Replacement(FilePath, Offset, Length,
46 std::string FilePath;
55 Io.mapRequired("FilePath", Keys->FilePath);
  /external/deqp/framework/delibs/decpp/
deDirectoryIterator.hpp 55 DirectoryIterator (const FilePath& path);
58 FilePath getItem (void) const;
66 FilePath m_path;
  /external/libchrome/base/files/
file_path_watcher.h 22 // This class lets you register interest in changes on a FilePath.
24 // FilePath is changed, including created or deleted. Due to limitations in the
38 typedef base::Callback<void(const FilePath& path, bool error)> Callback;
47 virtual bool Watch(const FilePath& path,
98 bool Watch(const FilePath& path, bool recursive, const Callback& callback);
  /external/libchrome/base/process/
kill.h 61 BASE_EXPORT bool KillProcesses(const FilePath::StringType& executable_name,
107 const FilePath::StringType& executable_name,
117 BASE_EXPORT bool CleanupProcesses(const FilePath::StringType& executable_name,
process_iterator.cc 39 const FilePath::StringType& executable_name,
49 executable_name_ = FilePath::StringType(executable_name_,
58 int GetProcessCount(const FilePath::StringType& executable_name,
  /external/libmojo/base/android/
path_utils_unittest.cc 32 FilePath path;
44 FilePath path;
55 FilePath path;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 44 /// \brief Creates an atomic change for \p FilePath with a customized key.
45 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
46 : Key(Key), FilePath(FilePath) {}
59 const std::string &getFilePath() const { return FilePath; }
118 AtomicChange(std::string Key, std::string FilePath, std::string Error,
125 std::string FilePath;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 44 /// \brief Creates an atomic change for \p FilePath with a customized key.
45 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
46 : Key(Key), FilePath(FilePath) {}
59 const std::string &getFilePath() const { return FilePath; }
118 AtomicChange(std::string Key, std::string FilePath, std::string Error,
125 std::string FilePath;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Refactoring/
AtomicChange.h 44 /// \brief Creates an atomic change for \p FilePath with a customized key.
45 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
46 : Key(Key), FilePath(FilePath) {}
59 const std::string &getFilePath() const { return FilePath; }
118 AtomicChange(std::string Key, std::string FilePath, std::string Error,
125 std::string FilePath;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 44 /// \brief Creates an atomic change for \p FilePath with a customized key.
45 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
46 : Key(Key), FilePath(FilePath) {}
59 const std::string &getFilePath() const { return FilePath; }
118 AtomicChange(std::string Key, std::string FilePath, std::string Error,
125 std::string FilePath;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Refactoring/
AtomicChange.h 44 /// \brief Creates an atomic change for \p FilePath with a customized key.
45 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
46 : Key(Key), FilePath(FilePath) {}
59 const std::string &getFilePath() const { return FilePath; }
118 AtomicChange(std::string Key, std::string FilePath, std::string Error,
125 std::string FilePath;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Refactoring/
AtomicChange.h 44 /// \brief Creates an atomic change for \p FilePath with a customized key.
45 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key)
46 : Key(Key), FilePath(FilePath) {}
59 const std::string &getFilePath() const { return FilePath; }
118 AtomicChange(std::string Key, std::string FilePath, std::string Error,
125 std::string FilePath;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
OsPath.c 31 IN CHAR8 *FilePath
51 FilePath Path name of file to get the parent directory for.
65 Length = strlen (FilePath);
75 (Length == 3 && isalpha (FilePath[0]) && (strcmp(FilePath + 1, ":\\") == 0)) ||
76 (strcmp(FilePath, "/") == 0)
84 Char = FilePath[Length - 1];
86 return OsPathJoin (FilePath, "..");
179 Return = CloneString (FilePath);
  /external/libmojo/base/
base_paths.cc 13 bool PathProvider(int key, FilePath* result) {
33 FilePath test_data_path;

Completed in 1144 milliseconds

1 2 34 5 6 7 8 91011>>