Home
last modified time | relevance | path

Searched refs:opStart (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcreate_randomaccessfile.cpp89 int64_t opStart = INVALID_POS; in GetRafOptions() local
95 return {false, opStart, opEnd}; in GetRafOptions()
97 opStart = start; in GetRafOptions()
103 return {false, opStart, opEnd}; in GetRafOptions()
107 return {true, opStart, opEnd}; in GetRafOptions()