/drivers/hdf_core/framework/tools/idl-gen/ |
H A D | idl_generator.py | 318 if not os.path.exists(output_dir):
|
/foundation/ability/dmsfwk/common/src/ |
H A D | distributed_sched_utils.cpp | 83 if (!std::filesystem::exists(realFilePath)) { in IsValidPath()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | dsched_sync_e2e.cpp | 128 if (!std::filesystem::exists(realFilePath)) {
in IsValidPath()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | uri_utils.cpp | 70 if (std::filesystem::exists(srcPath) && std::filesystem::is_symlink(srcPath)) { in GetUriListFromWantDms()
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | two_finger_long_touch_test.cpp | 178 if (!std::filesystem::exists(TEST_DIR)) { in CreateTestJson()
|
/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 336 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 D | vpn_database_helper.cpp | 38 if (!std::filesystem::exists(VPN_DATABASE_PATH)) {
in VpnDatabaseHelper()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use.cpp | 255 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 D | tlbex.S | 344 ; If PTE exists, it will setup, r0 = PTE, r1 = Ptr to PTE, r2 = EFA
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | scale.S | 164 | mantissa right until a zero exponent exists.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | scale.S | 164 | mantissa right until a zero exponent exists.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.h | 738 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists);
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 72 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 D | xfs_btree.h | 512 union xfs_btree_irec *high, bool *exists);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.h | 745 int nfp_flower_cmsg_portreify(struct nfp_repr *repr, bool exists);
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtx_diff | 72 a local file that exists in both the path of DTx_1 and DTx_2 then the
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | yadif-16.asm | 119 ; 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 D | GeneratePhonePrefixData.java | 392 || !englishTextFile.exists()) { in makeDataFallbackToEnglish()
|
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 104 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 D | core.py | 375 if not pick_status_json.exists():
|
/third_party/mbedtls/scripts/ |
H A D | assemble_changelog.py | 422 if os.path.exists(output_file) and not os.path.isfile(output_file):
|
/third_party/node/lib/internal/fs/cp/ |
H A D | cp.js | 250 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 D | cp-sync.js | 219 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 D | testcase.py | 494 if resource not in result and os.path.exists(resource):
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 408 if sys.platform == "win32" and os.path.exists(filename): 426 """Make sure the directory for |path| exists."""
|