Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dfilepath.cc62 std::string without_nuls; in Append() local
67 appended = std::string(without_nuls); in Append()
/external/libchrome/base/files/
Dfile_path.cc479 StringType without_nuls; in Append() local
483 component.substr(0, nul_pos).CopyToString(&without_nuls); in Append()
484 appended = StringPieceType(without_nuls); in Append()