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 D | app_spawn_command_lexer_test.cpp | 21 #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 D | encoder.rs | 129 self.output.write_all(SPACE_STR)?; in encode_array() 150 self.output.write_all(SPACE_STR)?; in encode_object()
|
H A D | consts.rs | 85 pub(crate) const SPACE_STR: &[u8] = b" ";
|