Searched refs:sPath (Results 1 – 2 of 2) sorted by relevance
83 std::string sPath = executable_directory(); in SkLoadICU() local84 sPath += "\\icudtl.dat"; in SkLoadICU()85 if (void* addr = win_mmap(sPath.c_str())) { in SkLoadICU()
90 auto sPath = dir + "\\icudtl.dat"; in load_from() local91 if (void* addr = win_mmap(sPath.c_str())) { in load_from()