Home
last modified time | relevance | path

Searched refs:FsyncDirectory (Results 1 – 10 of 10) 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/core/fs_mgr/liblp/
Dimages.cpp127 bool FsyncDirectory(const char* dirname) { in FsyncDirectory() function
163 FsyncDirectory(parent_dir.c_str()); in WriteToImageFile()
/system/vold/
DUtils.h189 bool FsyncDirectory(const std::string& dirname);
DKeyStorage.cpp223 if (!FsyncDirectory(dir)) return false; in CommitUpgradedKey()
574 if (!FsyncDirectory(dir)) return false; in storeKey()
DUtils.cpp1365 bool FsyncDirectory(const std::string& dirname) { in FsyncDirectory() function
1384 return FsyncDirectory(android::base::Dirname(path)); in FsyncParentDirectory()
1410 if (!FsyncDirectory(parent_dir)) return false; in MkdirsSync()
DFsCrypt.cpp214 if (need_sync && !android::vold::FsyncDirectory(directory_path)) return false; in fixate_user_ce_key()
/system/update_engine/common/
Dprefs.cc226 if (!utils::FsyncDirectory( in SwapPrefs()
Dutils.cc458 bool FsyncDirectory(const char* dirname) { in FsyncDirectory() function
506 return FsyncDirectory(std::filesystem::path(path).parent_path().c_str()); in WriteStringToFileAtomic()
Dutils.h165 bool FsyncDirectory(const char* dirname);