Home
last modified time | relevance | path

Searched refs:ChangePath (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dmapped_file.h143 bool ChangePath(const std::string& path);
/commonlibrary/c_utils/base/test/benchmarktest/mapped_benchmark_test/
H A Dmapped_benchmark_test.cpp459 AssertTrue((mf.ChangePath(filename1)), "mf.ChangePath(filename1) did not equal true as expected.", state); in ChangeParamsWhenUnmapped()
460 AssertTrue((mf.ChangePath(filename)), "mf.ChangePath(filename) did not equal true as expected.", state); in ChangeParamsWhenUnmapped()
507 AssertTrue((mf.ChangePath(filename1)), "mf.ChangePath(filename1) did not equal true as expected.", state); in BENCHMARK_F()
573 mf.ChangePath(filename1); in BENCHMARK_F()
1346 AssertFalse((mf.ChangePath(mf.GetPath())), in BENCHMARK_F()
1347 "mf.ChangePath(mf.GetPath()) did not equal false as expected.", state); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_mapped_file_test.cpp596 ASSERT_TRUE(mf.ChangePath(filename1)); in HWTEST_F()
597 ASSERT_TRUE(mf.ChangePath(filename)); in HWTEST_F()
609 ASSERT_TRUE(mf.ChangePath(filename1)); in HWTEST_F()
650 mf.ChangePath(filename1); in HWTEST_F()
1237 ASSERT_FALSE(mf.ChangePath(mf.GetPath())); in HWTEST_F()
/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp555 bool MappedFile::ChangePath(const std::string& val) in ChangePath() function in OHOS::Utils::MappedFile

Completed in 6 milliseconds