Home
last modified time | relevance | path

Searched refs:sPath (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/icu/
DSkLoadICU.cpp83 std::string sPath = executable_directory(); in SkLoadICU() local
84 sPath += "\\icudtl.dat"; in SkLoadICU()
85 if (void* addr = win_mmap(sPath.c_str())) { in SkLoadICU()
/third_party/skia/third_party/icu/
DSkLoadICU.cpp90 auto sPath = dir + "\\icudtl.dat"; in load_from() local
91 if (void* addr = win_mmap(sPath.c_str())) { in load_from()