Home
last modified time | relevance | path

Searched refs:exists (Results 851 - 875 of 1076) sorted by relevance

1...<<31323334353637383940>>...44

/drivers/hdf_core/framework/tools/idl-gen/
H A Didl_generator.py318 if not os.path.exists(output_dir):
/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp83 if (!std::filesystem::exists(realFilePath)) { in IsValidPath()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp128 if (!std::filesystem::exists(realFilePath)) { in IsValidPath()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Duri_utils.cpp70 if (std::filesystem::exists(srcPath) && std::filesystem::is_symlink(srcPath)) { in GetUriListFromWantDms()
/foundation/multimodalinput/input/service/key_command/test/
H A Dtwo_finger_long_touch_test.cpp178 if (!std::filesystem::exists(TEST_DIR)) { in CreateTestJson()
/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp336 InfoLog("nfc icon pixel map already exists."); in GetPixelMap()
340 if (!std::filesystem::exists(path)) { in GetPixelMap()
341 ErrorLog("nfc icon file path not exists."); in GetPixelMap()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dvpn_database_helper.cpp38 if (!std::filesystem::exists(VPN_DATABASE_PATH)) { in VpnDatabaseHelper()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp255 if (!std::filesystem::exists(pathName, code)) { in InitParser()
256 LOGI("softap_channels_policy_file.xml not exists, filtering indoor channels is not required"); in InitParser()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S344 ; If PTE exists, it will setup, r0 = PTE, r1 = Ptr to PTE, r2 = EFA
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dscale.S164 | mantissa right until a zero exponent exists.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dscale.S164 | mantissa right until a zero exponent exists.
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h738 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists);
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtx_diff72 a local file that exists in both the path of DTx_1 and DTx_2 then the
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.h512 union xfs_btree_irec *high, bool *exists);
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.h745 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists);
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtx_diff72 a local file that exists in both the path of DTx_1 and DTx_2 then the
/third_party/ffmpeg/libavfilter/x86/
H A Dyadif-16.asm119 ; exists to satisfy the expectation that the "score" values are in m1.
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixData.java392 || !englishTextFile.exists()) { in makeDataFallbackToEnglish()
/third_party/mbedtls/tests/scripts/
H A Ddepends.py104 If the backup file already exists, it is presumed to be the desired backup,
106 if os.path.exists(options.config_backup):
/third_party/mesa3d/bin/pick/
H A Dcore.py375 if not pick_status_json.exists():
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py422 if os.path.exists(output_file) and not os.path.isfile(output_file):
/third_party/node/lib/internal/fs/cp/
H A Dcp.js250 message: `${dest} already exists`,
337 // Dest exists and is a regular file or directory,
338 // Windows may throw UNKNOWN error. If dest already exists,
H A Dcp-sync.js219 message: `${dest} already exists`,
303 // Dest exists and is a regular file or directory,
304 // Windows may throw UNKNOWN error. If dest already exists,
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py494 if resource not in result and os.path.exists(resource):
/third_party/node/tools/gyp/pylib/gyp/
H A Dcommon.py408 if sys.platform == "win32" and os.path.exists(filename):
426 """Make sure the directory for |path| exists."""

Completed in 19 milliseconds

1...<<31323334353637383940>>...44