Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dhibernate.cpp74 constexpr const char * const SWAP_DIR_PATH = "/data/power"; variable
273 if (access(SWAP_DIR_PATH, F_OK) != 0) { in CreateSwapFile()