Home
last modified time | relevance | path

Searched refs:filePath_ (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/services/flashd/daemon/
H A Dupdate_commander.cpp62 filePath_ = FLASHD_FILE_PATH + GetFileName(cmdParam); in DoCommand()
63 fd_ = open(filePath_.c_str(), O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in DoCommand()
120 filePath.push_back(filePath_); in ExecUpdate()
H A Dupdate_commander.h34 std::string filePath_ = ""; member in Flashd::UpdateCommander
/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp449 filePath_ = Constants::USER_INFO_BASE + Constants::PATH_SEPARATOR + std::to_string(id) + in FileWatcher()
455 : id_(id), filePath_(filePath), eventCallbackFunc_(checkCallbackFunc) in FileWatcher()
463 return filePath_; in GetFilePath()
468 wd_ = inotify_add_watch(fd, filePath_.c_str(), watchEvents); in StartNotify()
482 if (!eventCallbackFunc_(filePath_, id_, event)) { in CheckNotifyEvent()
503 if (access(filePath_.c_str(), F_OK) == 0) { in CloseNotify()
/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h50 std::string filePath_; member in OHOS::AccountSA::FileWatcher

Completed in 2 milliseconds