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

  /external/autotest/client/deps/glbench/src/
filepath.cc 62 std::string without_nuls; local
66 // without_nuls = component.substr(0, nul_pos);
67 appended = std::string(without_nuls);
  /external/libchrome/base/files/
file_path.cc 479 StringType without_nuls; local
483 component.substr(0, nul_pos).CopyToString(&without_nuls);
484 appended = StringPieceType(without_nuls);
    [all...]

Completed in 4971 milliseconds