HomeSort by relevance Sort by last modified time
    Searched refs:pathExists (Results 1 - 17 of 17) sorted by null

  /system/vold/
KeyStorage.h 45 bool pathExists(const std::string& path);
KeyUtil.cpp 168 if (pathExists(key_path)) {
190 if (pathExists(key_path)) {
KeyStorage.cpp 443 bool pathExists(const std::string& path) {
488 if (pathExists(key_path)) {
492 if (pathExists(tmp_path)) {
566 bool uses_km = pathExists(dir + "/" + kFn_keymaster_key_blob);
Ext4Crypt.cpp 371 if (!android::vold::pathExists(get_de_key_path(0))) {
454 if (android::vold::pathExists(de_key_path)) {
517 if (android::vold::pathExists(secdiscardable_path)) {
546 if (!android::vold::pathExists(path)) return true;
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 558 private boolean pathExists(String path) {
570 return parent == null || pathExists(parent);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/ReaderWriter/
MachOLinkingContext.h 209 bool pathExists(StringRef path) const;
211 /// Like pathExists() but only used on files - not directories.

Completed in 373 milliseconds