Home
last modified time | relevance | path

Searched refs:GetCurrentProcPath (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbfn_mtp_test.cpp177 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH)); in SetUpTestCase()
568 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
597 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
621 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
650 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
679 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
710 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
740 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
769 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
798 ASSERT_TRUE(GetCurrentProcPath() == std::string(WORKED_UT_PATH));
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Ddirectory_ex.h38 std::string GetCurrentProcPath();
H A Ddirectory_ex.cpp47 string GetCurrentProcPath() in GetCurrentProcPath() function
/ohos5.0/foundation/multimedia/image_framework/mock/native/include/
H A Ddirectory_ex.h32 std::string GetCurrentProcPath();
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/directory_fuzzer/
H A Ddirectory_fuzzer.cpp33 GetCurrentProcPath(); in DirectoryTestFunc()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddirectory_ex.h51 std::string GetCurrentProcPath();
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-directory.md13 |string |**GetCurrentProcPath**()<br>获取当前程序的绝对路径。 |
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp36 return rust::String(GetCurrentProcPath()); in RustGetCurrentProcPath()
103 string GetCurrentProcPath() in GetCurrentProcPath() function
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/directory_benchmark_test/
H A Ddirectory_benchmark_test.cpp78 string strCurPathName = GetCurrentProcPath(); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_directory_test.cpp72 string strCurPathName = GetCurrentProcPath();