Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp38 baseDir = getenv("TEMP"); in GetContextInfo()
45 baseDir = getenv("LOGNAME"); in GetContextInfo()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util_mock.cpp69 std::string baseDir = getenv("TEMP"); in GetDatabaseDir()
71 std::string baseDir = getenv("LOGNAME"); in GetDatabaseDir()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp34 baseDir = getenv("TEMP"); in Context()
41 baseDir = getenv("LOGNAME"); in Context()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_dependency.cpp224 if (getenv("LOOP_NUM")) { in HWTEST_F()
225 loops = atoi(getenv("LOOP_NUM")); in HWTEST_F()
227 if (getenv("FRAME_NUM")) { in HWTEST_F()
228 frame_num = atoi(getenv("FRAME_NUM")); in HWTEST_F()
/foundation/resourceschedule/ffrt/src/internal_inc/
H A Dosal.h38 char* val = std::getenv(name); in GetEnv()
/foundation/resourceschedule/ffrt/src/dfx/async_stack/
H A Dffrt_async_stack.cpp35 const char* debuggableEnv = getenv("HAP_DEBUGGABLE"); in LoadDfxAsyncStackLib()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dlogger_generic.cpp39 const auto isXCode = !!std::getenv("IDE_DISABLED_OS_ACTIVITY_DT_MODE"); in StdOutput()
/foundation/resourceschedule/ffrt/benchmarks/
H A Dcommon.h46 auto __get_env_##name = getenv(#name); \
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_service_test_helper.cpp119 const char *ldLibraryPath = getenv("LD_LIBRARY_PATH"); in StartExecutable()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp190 const char *ld_library_path = getenv("LD_LIBRARY_PATH"); in StartExecutable()
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_util.cpp120 cTmp = getenv("TMPDIR"); in SmtpfsGetTmpDir()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp93 char* pathvar = getenv("TEMP"); in ConstructCacheFilePath()
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_test/
H A Dohos_application_test.cpp897 std::string appEnvVal = getenv(appEnvironment.name.c_str()); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp1111 std::string baseDir = getenv("TEMP"); in GetCurrentAbilityParam()
1121 std::string baseDir = getenv("LOGNAME"); in GetCurrentAbilityParam()

Completed in 10 milliseconds