Home
last modified time | relevance | path

Searched defs:testPath (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Dcommon_util_test.cpp56 const char *testPath = "/etc/dhcp/dhcp_server.conf"; variable
76 const char *testPath = "./test/data/testpath"; variable
/ohos5.0/foundation/communication/netmanager_base/test/netcommon/unittest/net_common_test/
H A Dnet_mgr_log_wrapper_test.cpp62 const std::string testPath = "test"; variable
70 const std::string testPath = "test"; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dconnection_detector_test.cpp259 string testPath = "/data/test/1.txt"; variable
288 string testPath = "/data/test/1.txt"; variable
324 string testPath = "/data/test/1.txt"; variable
360 string testPath = "/data/test/1.txt"; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_asset_send_listener_test.cpp32 const string testPath = "/data/test"; variable
H A Dsoftbus_asset_recv_listener_test.cpp34 const string testPath = "/data/test"; variable
/ohos5.0/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp141 const std::string testPath = "/data/updater/updater/etc/fstab.ut.updater"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_utils_test.cpp155 string testPath = "/data/test/WriteStrToFileTest_001"; variable
909 string testPath = "/data/test/copydirectory_002"; variable
919 string testPath = "/data/test/copydirectory_003"; variable
930 string testPath = "/data/test/copydirectory_004"; variable
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp368 const char *testPath = "xxx/xxx/xxx"; variable
416 const char *testPath = "xxx/xxx/xxx"; variable
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp336 std::string testPath = "../test../test1"; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/model/
H A Dmodel_test_ng.cpp48 std::string testPath = "/data/local"; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dplugin_texture_encode_test.cpp536 const std::string testPath = "/data/local/tmp"; in ReadFileExtern() local
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp225 int32_t SampleSaveCapture(string testPath, const char *buffer, uint32_t size) in SampleSaveCapture()