Searched refs:w_path (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/fs/doio/include/ |
D | write_log.h | 63 char w_path[WLOG_MAX_PATH+1]; /* file written to - */ member
|
/external/ltp/testcases/kernel/fs/doio/ |
D | write_log.c | 436 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()
|
D | doio.c | 1771 memcpy(wrec.w_path, file, wrec.w_pathlen); in do_write() 3289 memcpy(wrec.w_path, file, wrec.w_pathlen); in do_rw()
|
/external/webrtc/webrtc/base/ |
D | proxydetect.cc | 384 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()
|