Home
last modified time | relevance | path

Searched defs:argv0 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/startup/appspawn/test/unittest/devicedebug_test/
H A Ddevicedebug_kill_test.cpp67 char argv0[] = "devicedebug"; variable
77 char argv0[] = "devicedebug"; variable
85 char argv0[] = "devicedebug"; variable
107 char argv0[] = "devicedebug"; variable
116 char argv0[] = "devicedebug"; variable
138 char argv0[] = "devicedebug"; variable
/ohos5.0/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.cpp80 char argv0[] = "init_benchmark"; in PrintUsageAndExit() local
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.cpp78 napi_value argv0[] = {nullptr}; // no args has exception variable
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp2185 static sptr<IRemoteObject> GetBindDialogToken(napi_env env, napi_value argv0) in GetBindDialogToken()