Home
last modified time | relevance | path

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

/system/libbase/
Dfile.cpp71 std::string path_utf8; in mkstemp() local
72 CHECK(android::base::WideToUTF8(path, &path_utf8)) << "path can't be converted to utf8"; in mkstemp()
73 CHECK(strcpy_s(name_template, size_in_chars, path_utf8.c_str()) == 0) in mkstemp()
92 std::string path_utf8; in mkdtemp() local
93 CHECK(android::base::WideToUTF8(path, &path_utf8)) << "path can't be converted to utf8"; in mkdtemp()
94 CHECK(strcpy_s(name_template, size_in_chars, path_utf8.c_str()) == 0) in mkdtemp()