Home
last modified time | relevance | path

Searched refs:srcPath (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/arkcompiler/esmodule/esmodule_entry/
Dbuild-profile.json534 "srcPath": "./entry",
46 "srcPath": "./har"
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostest/
Dbuild-profile.json535 "srcPath": "./entry",
47 "srcPath": "./har"
/test/xts/acts/barrierfree/accessiblecaptionconfiguration/
Dbuild-profile.json532 "srcPath":"./entry",
/test/xts/acts/barrierfree/accessiblesendevent/
Dbuild-profile.json532 "srcPath":"./entry",
/test/xts/acts/multimedia/media/media_js_standard/codec_ndk_test/
Dbuild-profile.json531 "srcPath": "./entry",
/test/xts/acts/arkcompiler/esmodule/esmodule_ohostestlib/
Dbuild-profile.json535 "srcPath": "./entry",
/test/xts/acts/barrierfree/accessibleregisterstate/
Dbuild-profile.json532 "srcPath":"./entry",
/test/xts/acts/barrierfree/accessiblecheckability/
Dbuild-profile.json532 "srcPath":"./entry",
/test/xts/acts/barrierfree/accessibleabilitylist/
Dbuild-profile.json530 "srcPath": "./entry",
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
Dnnrt_utils.h90 void CopyFile(const std::string &srcPath, const std::string &dstPath);
Dnnrt_utils.cpp361 void CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument
363 std::ifstream src(srcPath, std::ios::binary); in CopyFile()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
Dnnrt_utils.h90 void CopyFile(const std::string &srcPath, const std::string &dstPath);
Dnnrt_utils.cpp361 void CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile() argument
363 std::ifstream src(srcPath, std::ios::binary); in CopyFile()
/test/xts/acts/ability_lite/ability_posix/src/
DAbilityMgrTest2.cpp479 const char * srcPath = GetSrcPath(); variable
480 printf("result of GetSrcPath is %s \n", srcPath);
481 EXPECT_STREQ(srcPath, "");
DAbilityMgrTest.cpp479 const char * srcPath = GetSrcPath(); variable
480 EXPECT_STREQ(srcPath, "");