Home
last modified time | relevance | path

Searched defs:uriLength (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/c/fileio/
H A Dfileio.c22 __attribute__((visibility("default"))) int OH_FileIO_GetFileLocation(char *uri, int uriLength, int … in OH_FileIO_GetFileLocation()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/native/fileio/
H A Dfileio_native.cpp76 __attribute__((visibility("default"))) int GetFileLocation(char *uri, int uriLength, int *location) in GetFileLocation()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_asset_test.cpp218 size_t uriLength = 10; variable
H A Drdb_cursor_test.cpp525 size_t uriLength = 10; variable
593 size_t uriLength = 10; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_asset.cpp120 size_t uriLength = asset->asset_.uri.size(); in OH_Data_Asset_GetUri() local
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/src/
H A Doh_file_share.cpp66 auto uriLength = strnlen(policies[i].uri, policies[i].length); in ConvertPolicyInfo() local