OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:path_utf16
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/Windows/
PathV2.inc
200
SmallVector<wchar_t, 128>
path_utf16
;
203
path_utf16
))
206
if (!::CreateDirectoryW(
path_utf16
.begin(), NULL)) {
262
SmallVector<wchar_t, 128>
path_utf16
;
269
path_utf16
))
273
if (!::RemoveDirectoryW(c_str(
path_utf16
))) {
281
if (!::DeleteFileW(c_str(
path_utf16
))) {
325
SmallVector<wchar_t, 128>
path_utf16
;
328
path_utf16
))
331
int fd = ::_wopen(
path_utf16
.begin(), O_BINARY, S_IREAD | S_IWRITE)
[
all
...]
/external/chromium/webkit/glue/
ftp_directory_listing_response_delegate.cc
41
string16
path_utf16
;
local
44
&
path_utf16
)) {
45
return
path_utf16
;
Completed in 256 milliseconds