Home
last modified time | relevance | path

Searched refs:ldLibraryPath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp119 const char *ldLibraryPath = getenv("LD_LIBRARY_PATH"); in StartExecutable() local
120 if (ldLibraryPath != nullptr) { in StartExecutable()
137 if (ldLibraryPath != nullptr) { in StartExecutable()
138 setenv("LD_LIBRARY_PATH", ldLibraryPath, 1); in StartExecutable()