Searched defs:resolved_path (Results 1 – 4 of 4) sorted by relevance
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/mock/ |
| D | library_func_mock.cpp | 43 char *realpath(const char *__restrict path, char *__restrict resolved_path) in realpath()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fbex_test/ |
| D | fbex_test.cpp | 157 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/ |
| D | library_func_mock.cpp | 49 char *Realpath(const char *path, char *resolved_path) in Realpath()
|
| /foundation/arkui/ace_engine/frameworks/core/image/ |
| D | image_loader.cpp | 57 char* realpath(const char* path, char* resolved_path) in realpath()
|