HomeSort by relevance Sort by last modified time
    Searched refs:path16 (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
diskcache_win32.cc 34 std::wstring path16 = ToUtf16(folder_); local
35 path16.append(1, '*');
38 HANDLE find_handle = FindFirstFile(path16.c_str(), &find_data);
61 std::wstring path16 = ToUtf16(folder_); local
62 path16.append(1, '*');
63 path16.append(1, '\0');
67 file_op.pFrom = path16.c_str();
win32filesystem.cc 38 std::wstring path16;
39 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16))
42 DWORD res = ::GetFileAttributes(path16.c_str());
61 return (::CreateDirectory(path16.c_str(), NULL) != 0);
  /frameworks/base/native/android/
storage_manager.cpp 157 String16 path16; local
158 if (mMountService->getMountedObbPath(filename16, path16)) {
159 return String8(path16).string();
  /external/skia/tests/
PathOpsBuildUseTest.cpp 267 SkPath path16(path);
268 builder.add(path16, (SkPathOp) 2);
    [all...]

Completed in 1322 milliseconds