/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_file_common_test.cpp | 173 bool result = IsPathValid(nullptr); 177 result = IsPathValid(filePath); 180 result = IsPathValid(const_cast<char*>(g_fileSet1[1])); 183 result = IsPathValid(const_cast<char*>(g_filePath)); 186 result = IsPathValid(const_cast<char*>(g_fileSet1[0]));
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_utils_test.cpp | 240 int32_t result = PrintUtils::IsPathValid("/data/service/e11/data/service/ \ 254 int32_t result = PrintUtils::IsPathValid("/data/service/e11//data/service/e11"); 266 int32_t result = PrintUtils::IsPathValid("/data/service/e11"); 447 int32_t result = PrintUtils::IsPathValid("testString");
|
/ohos5.0/base/request/request/frameworks/cj/ffi/include/ |
H A D | cj_request_common.h | 31 bool IsPathValid(const std::string &filePath);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | image_compress.cpp | 56 bool ImageCompress::IsPathValid(const std::string &srcPath) in IsPathValid() function in OHOS::AppExecFwk::ImageCompress 113 if (!IsPathValid(srcFile)) { in GetImageFileInfo()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | image_compress.h | 34 bool IsPathValid(const std::string &srcPath);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/ |
H A D | clienttransproxyfilecommon_fuzzer.cpp | 54 IsPathValid(filePath); in ClientTransProxyFileCommonTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/ |
H A D | client_trans_proxy_file_common.h | 47 bool IsPathValid(char *filePath);
|
/ohos5.0/foundation/communication/netmanager_base/bpf/bpf_loader/ |
H A D | bpf_loader.h | 113 bool IsPathValid();
|
/ohos5.0/base/request/request/frameworks/js/napi/include/legacy/ |
H A D | request_manager.h | 65 static bool IsPathValid(const std::string &dir, const std::string &filename);
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | print_utils.cpp | 143 if (!IsPathValid(filePath)) { in OpenFile() 156 bool PrintUtils::IsPathValid(const std::string &filePath) in IsPathValid() function in OHOS::Print::PrintUtils
|
/ohos5.0/base/request/request/frameworks/js/napi/src/legacy/ |
H A D | request_manager.cpp | 190 bool RequestManager::IsPathValid(const std::string &dir, const std::string &filename) in IsPathValid() function in OHOS::Request::Legacy::RequestManager 244 if (!IsPathValid(option.fileDir_, option.filename_)) { in Download()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | print_utils.h | 47 static bool IsPathValid(const std::string &filePath);
|
/ohos5.0/base/request/request/frameworks/cj/ffi/src/ |
H A D | cj_request_common.cpp | 58 bool IsPathValid(const std::string &filePath) in IsPathValid() function
|
H A D | cj_initialize.cpp | 535 if (!IsPathValid(fileName)) { in CheckUploadBodyFiles() 639 if (!IsPathValid(filePath)) { in GetInternalPath()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 847 bool res = imageCompress->IsPathValid(HAP_FILE_PATH); 1235 bool res = imageCompress->IsPathValid(PATH_LOCATION); 1253 bool res = imageCompress->IsPathValid(""); 1269 bool res = imageCompress->IsPathValid("null"); 1285 bool res = imageCompress->IsPathValid("/data/data11");
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | napi_scan_utils.cpp | 397 if (!IsPathValid(filePath)) { in OpenFile() 409 bool NapiScanUtils::IsPathValid(const std::string &filePath) in IsPathValid() function in OHOS::Scan::NapiScanUtils
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | napi_scan_utils.h | 94 static bool IsPathValid(const std::string &filePath);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_common.c | 39 bool IsPathValid(char *filePath) in IsPathValid() function
|
H A D | client_trans_proxy_file_manager.c | 1247 if (!IsPathValid(fullRecvPath)) { in GetFileInfoByStartFrame() 1664 if (!IsPathValid(fullRecvPath)) { in ProcessFileListData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 529 inline bool IsPathValid() const in IsPathValid() function
|
/ohos5.0/base/request/request/frameworks/js/napi/include/ |
H A D | napi_utils.h | 106 bool IsPathValid(const std::string &filePath);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | distributed_kv_data_manager.cpp | 63 if (!options.IsPathValid()) { in GetSingleKvStore()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 307 bool IsPathValid() in IsPathValid() function in OHOS::NetManagerStandard::ElfLoader 839 if (!IsPathValid()) { in __anon7cf7cb7f0c02()
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 204 if (!NapiUtils::IsPathValid(path)) { in CheckUploadBodyFiles() 334 if (!NapiUtils::IsPathValid(path)) { in GetInternalPath()
|
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/ |
H A D | scanhelper_fuzzer.cpp | 769 NapiScanUtils::IsPathValid(filePath); in TestIsPathValid()
|