Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_command_lexer_test.cpp21 #define SPACE_STR " " macro
73 std::string command = Join(SPACE_STR,
90 std::string command = Join(SPACE_STR,
106 std::string command = Join(SPACE_STR,
141 std::string command = Join(SPACE_STR, fileName, message, nullptr);
153 std::string command = Join(SPACE_STR, fileName, opt, dirName, nullptr);
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dencoder.rs129 self.output.write_all(SPACE_STR)?; in encode_array()
150 self.output.write_all(SPACE_STR)?; in encode_object()
H A Dconsts.rs85 pub(crate) const SPACE_STR: &[u8] = b" ";