Home
last modified time | relevance | path

Searched refs:FILE_EXIST (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h51 #ifndef FILE_EXIST
52 #define FILE_EXIST 0 macro
83 return _access(filePath.c_str(), FILE_EXIST); in Access()
85 return access(filePath.c_str(), FILE_EXIST); in Access()
/foundation/distributeddatamgr/pasteboard/framework/uri/
H A Dcopy_uri_handler.h25 static constexpr int32_t FILE_EXIST = 17; member in OHOS::MiscServices::CopyUriHandler
H A Dcopy_uri_handler.cpp40 if (ret != 0 && ret != FILE_EXIST) { in ToUri()

Completed in 2 milliseconds