Home
last modified time | relevance | path

Searched refs:FsyncDirectory (Results 1 – 8 of 8) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dutility.cpp157 bool FsyncDirectory(const char* dirname) { in FsyncDirectory() function
198 return FsyncDirectory(std::filesystem::path(path).parent_path().c_str()); in WriteStringToFileAtomic()
Dutility.h120 bool FsyncDirectory(const char* dirname);
/system/vold/
DUtils.h190 bool FsyncDirectory(const std::string& dirname);
DKeyStorage.cpp223 if (!FsyncDirectory(dir)) return false; in CommitUpgradedKey()
574 if (!FsyncDirectory(dir)) return false; in storeKey()
DUtils.cpp1369 bool FsyncDirectory(const std::string& dirname) { in FsyncDirectory() function
1388 return FsyncDirectory(android::base::Dirname(path)); in FsyncParentDirectory()
1414 if (!FsyncDirectory(parent_dir)) return false; in MkdirsSync()
DFsCrypt.cpp208 if (need_sync && !android::vold::FsyncDirectory(directory_path)) return false; in fixate_user_ce_key()
/system/update_engine/common/
Dutils.cc413 bool FsyncDirectory(const char* dirname) { in FsyncDirectory() function
457 return FsyncDirectory(std::filesystem::path(path).parent_path().c_str()); in WriteStringToFileAtomic()
Dutils.h165 bool FsyncDirectory(const char* dirname);