Searched refs:OpenFileByUri (Results 1 - 2 of 2) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | open.cpp | 199 static tuple<int, string> OpenFileByUri(const string &path, unsigned int mode) in OpenFileByUri() function 246 auto [res, uriStr] = OpenFileByUri(pathStr, mode); in Sync() 274 auto [res, uriStr] = OpenFileByUri(pathStr, mode); in AsyncCbExec()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_impl.cpp | 140 static std::tuple<int, std::string> OpenFileByUri(const std::string &path, uint32_t mode) in OpenFileByUri() function 205 auto [res, uriStr] = OpenFileByUri(pathStr, flags); in Open()
|
Completed in 2 milliseconds