Home
last modified time | relevance | path

Searched refs:hint_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dmapped_file.cpp31 :path_(path), size_(size), offset_(offset), mode_(mode), hint_(hint) {} in MappedFile()
221 data = mmap(reinterpret_cast<void*>(const_cast<char *>(hint_)), in Map()
227 if (data == MAP_FAILED && hint_ != nullptr) { in Map()
230 hint_ = nullptr; in Map()
390 const char* oldHint = hint_; in TurnNext()
402 hint_ = rStart_; in TurnNext()
414 hint_ = oldHint; in TurnNext()
453 hint_ = nullptr; in Reset()
495 openFlag_(other.openFlag_), hint_(other.hint_) in hint_() function
[all...]
/commonlibrary/c_utils/base/include/
H A Dmapped_file.h128 return hint_; in GetHint()
177 const char *hint_; member in OHOS::Utils::MapMode::MappedFile

Completed in 2 milliseconds