Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/
H A Dcommon_func.cpp289 bool posAssigned = false; in GetReadArgV9() local
299 return { false, nullptr, 0, posAssigned, position }; in GetReadArgV9()
304 return { false, nullptr, 0, posAssigned, position }; in GetReadArgV9()
310 posAssigned = true; in GetReadArgV9()
314 return { false, nullptr, 0, posAssigned, position }; in GetReadArgV9()
318 return { true, buf, retLen, posAssigned, position }; in GetReadArgV9()