Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2071 char *currentPathPtr = getcwd(nullptr, 0); in GetAbsPaths() local
2073 if (currentPathPtr != nullptr) { in GetAbsPaths()
2074 absoluteBundlePath.append(currentPathPtr); in GetAbsPaths()
2077 free(currentPathPtr); in GetAbsPaths()
2078 currentPathPtr = nullptr; in GetAbsPaths()

Completed in 4 milliseconds