Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp62 #define ISFILE(filePath) ((filePath.find("\\") == std::string::npos)) macro
64 #define ISFILE(filePath) ((filePath.find("/") == std::string::npos)) macro