Home
last modified time | relevance | path

Searched defs:resolved_path (Results 1 – 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/
Dlibrary_func_mock.cpp43 char *realpath(const char *__restrict path, char *__restrict resolved_path) in realpath()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/
Dfbex_test.cpp157 char *realpath(const char *path, char *resolved_path) in realpath()
233 …EXPECT_CALL(*funcMock_, realpath(_, _)).WillOnce(DoAll(WithArgs<1>(Invoke([](char *resolved_path) { in __anonfedaefe20202()
253 WithArgs<0, 1>(Invoke([](const char *path, char *resolved_path) { in __anonfedaefe20302()
273 WithArgs<0, 1>(Invoke([](const char *path, char *resolved_path) { in __anonfedaefe20402()
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
Dlibrary_func_mock.cpp49 char *Realpath(const char *path, char *resolved_path) in Realpath()
/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_loader.cpp57 char* realpath(const char* path, char* resolved_path) in realpath()