Home
last modified time | relevance | path

Searched defs:LockedFile (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/art/libartbase/base/
H A Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dscoped_flock.h31 class LockedFile; variable
66 explicit LockedFile(FdFile&& other) : FdFile(std::move(other)) { in LockedFile() function
71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile() function
/aosp_15_r20/external/llvm/unittests/Support/
H A DLockFileManagerTest.cpp26 SmallString<64> LockedFile(TmpDir); in TEST() local
53 SmallString<64> LockedFile(TmpDir); in TEST() local
101 SmallString<64> LockedFile("inner"); in TEST() local
/aosp_15_r20/external/python/oauth2client/oauth2client/contrib/
Dlocked_file.py176 class LockedFile(object): class
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A Dlocked_file.py334 class LockedFile(object): class
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h481 LockedFile(const std::string& path, android::base::unique_fd&& fd, int lock_mode) in LockedFile() function