Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs_impl.c114 static int MakeParent(const char* path, char* firstPath, size_t fPathLen, int* dirNum) in MakeParent()
156 char* firstPath = (char *)malloc(FILE_NAME_MAX_LEN + 1); in MkdirRecursive() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp207 int32_t BundleDaemonClient::CallClientInvoke(int32_t funcId, const char *firstPath, const char *sec… in RegisterCallback()