Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp357 std::string realBundleDir; in MakeFsConfig() local
358 if (!PathToRealPath(bundleDir, realBundleDir)) { in MakeFsConfig()
363 realBundleDir += (std::string(ServiceConstants::PATH_SEPARATOR) + BUNDLE_ID_FILE); in MakeFsConfig()
365 int32_t bundleIdFd = open(realBundleDir.c_str(), O_WRONLY | O_TRUNC); in MakeFsConfig()
378 std::string realBundleDir; in RemoveFsConfig() local
379 if (!PathToRealPath(bundleDir, realBundleDir)) { in RemoveFsConfig()
383 if (rmdir(realBundleDir.c_str()) != 0) { in RemoveFsConfig()

Completed in 3 milliseconds