Home
last modified time | relevance | path

Searched refs:exist (Results 226 - 250 of 372) sorted by relevance

12345678910>>...15

/applications/standard/app_samples/code/SystemFeature/TaskManagement/TransientTask/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/TaskManagement/WorkScheduler/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/Telephony/Call/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/Telephony/Message/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/Widget/FormExtAbility/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/Widget/RequestAddForm/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowExtAbility/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowManage/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowRatio/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/ComponentCollection/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/MediaQuery/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/app_samples/code/UI/ArkTsComponentCollection/StateManagement/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/applications_auth_widget/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/call/
H A Dhvigorw.bat55 if exist "%NODE_EXE_PATH%" goto execute
/applications/standard/security_privacy_center/
H A Dhvigorw.bat58 if exist "%NODE_EXE_PATH%" goto execute
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/
H A Dhvigorw.bat56 if exist "%NODE_EXE_PATH%" goto execute
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat55 ) else if exist "%NODE_EXE_PATH%" (
/foundation/communication/bluetooth_service/test/example/bluetoothtest/
H A Dhvigorw.bat57 if exist "%NODE_EXE_PATH%" goto execute
/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp162 void CheckTargetTypeValues(OH_Preferences *pref, bool exist, PrefDataType pdt) in CheckTargetTypeValues() argument
167 if (exist) { in CheckTargetTypeValues()
178 if (exist) { in CheckTargetTypeValues()
189 if (exist) { in CheckTargetTypeValues()
432 * @tc.desc: test Delete exist key
462 * @tc.desc: test Delete non-exist key
/applications/standard/systemui/
H A Dgradlew.bat57 if exist "%JAVA_EXE%" goto init
/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradlew.bat56 if exist "%JAVA_EXE%" goto init
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_utils.cpp258 MEDIA_INFO_LOG("path:%{public}s is not exist", DesensitizePath(path).c_str()); in PrintStatInformation()
286 /* Create directory and its sub directories if does not exist in CreateDirectory()
287 * take each string after '/' create directory if does not exist. in CreateDirectory()
661 MEDIA_ERR_LOG("dir not exist: %{private}s, error: %{public}d", path.c_str(), errno); in MediaFileDeletionRecord()
1264 MEDIA_ERR_LOG("Failed to modify asset, oldPath: %{private}s does not exist!", oldPath.c_str());
1268 MEDIA_ERR_LOG("Failed to modify asset, newPath: %{private}s is already exist!", newPath.c_str());
1821 MEDIA_ERR_LOG("AV_KEY_DURATION does not exist");
1914 MEDIA_WARN_LOG("%{public}s doesn't exist, skip.", srcDir.c_str());
1963 MEDIA_ERR_LOG("SrcDir:%{public}s is not exist", DesensitizePath(srcDir).c_str());
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp350 bool exist = false; in GetAudioUriPath() local
351 napi_status status = napi_has_named_property(env, args, "uri", &exist); in GetAudioUriPath()
352 CHECK_AND_RETURN_RET_LOG(status == napi_ok && exist, MSERR_INVALID_OPERATION, "can not find uri property"); in GetAudioUriPath()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp670 bool exist = false; in CheckDhcpResultExist() local
679 exist = true; in CheckDhcpResultExist()
684 return exist; in CheckDhcpResultExist()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp824 bool exist = jerry_get_object_native_pointer(jObj, &nativePtr, nullptr); in JSIInterfaceTest022() local
828 if (!exist || (nativePtr == nullptr)) { in JSIInterfaceTest022()
857 bool exist = jerry_get_object_native_pointer(jObj, &nativePtr, nullptr); in JSIInterfaceTest023() local
861 if (!exist || (nativePtr == nullptr)) { in JSIInterfaceTest023()

Completed in 14 milliseconds

12345678910>>...15