Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Dwrite_log.c436 memcpy(file, wrec->w_path, wrecd->w_pathlen); in wlog_rec_pack()
472 memcpy(wrec->w_path, file, wrec->w_pathlen); in wlog_rec_unpack()
Ddoio.c1771 memcpy(wrec.w_path, file, wrec.w_pathlen); in do_write()
3289 memcpy(wrec.w_path, file, wrec.w_pathlen); in do_rw()
/external/ltp/testcases/kernel/fs/doio/include/
Dwrite_log.h63 char w_path[WLOG_MAX_PATH+1]; /* file written to - */ member
/external/webrtc/webrtc/base/
Dproxydetect.cc384 wchar_t w_path[MAX_PATH]; in GetFirefoxProfilePath() local
385 if (SHGetFolderPath(0, CSIDL_APPDATA, 0, SHGFP_TYPE_CURRENT, w_path) != in GetFirefoxProfilePath()
390 path->SetFolder(ToUtf8(w_path, wcslen(w_path))); in GetFirefoxProfilePath()