Searched defs:switch_string (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/cronet/base/android/ |
H A D | command_line_android.cc | 35 std::string& switch_string) { in JNI_CommandLine_HasSwitch() 40 std::string& switch_string) { in JNI_CommandLine_GetSwitchValue() 57 std::string& switch_string) { in JNI_CommandLine_AppendSwitch() 62 std::string& switch_string, in JNI_CommandLine_AppendSwitchWithValue() 75 std::string& switch_string) { in JNI_CommandLine_RemoveSwitch()
|
/aosp_15_r20/external/libchrome/base/ |
H A D | command_line.cc | 59 CommandLine::StringType* switch_string, in IsSwitch() 86 CommandLine::StringType switch_string; in AppendSwitchesAndArguments() local 318 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() 322 void CommandLine::AppendSwitchPath(const std::string& switch_string, in AppendSwitchPath() 327 void CommandLine::AppendSwitchNative(const std::string& switch_string, in AppendSwitchNative() 350 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() 463 StringType switch_string; in GetArgumentsStringInternal() local
|
/aosp_15_r20/external/cronet/base/ |
H A D | command_line.cc | 82 CommandLine::StringType* switch_string, in IsSwitch() 373 void CommandLine::AppendSwitch(std::string_view switch_string) { in GetSwitchValueASCII() 377 void CommandLine::AppendSwitchPath(std::string_view switch_string, in GetSwitchValueASCII() 382 void CommandLine::AppendSwitchNative(std::string_view switch_string, in GetSwitchValueASCII() 415 void CommandLine::AppendSwitchASCII(std::string_view switch_string, in GetSwitchValueASCII() 584 CommandLine::StringType switch_string; in GetSwitchValueASCII() local 617 StringType switch_string; in GetSwitchValueASCII() local
|
/aosp_15_r20/external/libchrome/base/android/ |
H A D | command_line_android.cc | 39 std::string switch_string(ConvertJavaStringToUTF8(env, jswitch)); in JNI_CommandLine_HasSwitch() local 47 std::string switch_string(ConvertJavaStringToUTF8(env, jswitch)); in JNI_CommandLine_GetSwitchValue() local 58 std::string switch_string(ConvertJavaStringToUTF8(env, jswitch)); in JNI_CommandLine_AppendSwitch() local 67 std::string switch_string(ConvertJavaStringToUTF8(env, jswitch)); in JNI_CommandLine_AppendSwitchWithValue() local
|
/aosp_15_r20/external/libchrome-gestures/src/ |
H A D | command_line.cc | 41 std::string* switch_string, in IsSwitch() 64 std::string switch_string; in AppendSwitchesAndArguments() local 148 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() 152 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII()
|
/aosp_15_r20/external/libchrome/mojo/core/test/ |
H A D | multiprocess_test_helper.cc | 83 const std::string& switch_string, in StartChildWithExtraSwitch()
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_util_unittest.cc | 3022 std::string switch_string = command_line->GetSwitchValueASCII("sync_event"); in MULTIPROCESS_TEST_MAIN() local 3049 std::string switch_string = command_line->GetSwitchValueASCII("sync_event"); in MULTIPROCESS_TEST_MAIN() local
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_util_unittest.cc | 3769 std::string switch_string = command_line->GetSwitchValueASCII("sync_event"); in MULTIPROCESS_TEST_MAIN() local 3800 std::string switch_string = command_line->GetSwitchValueASCII("sync_event"); in MULTIPROCESS_TEST_MAIN() local
|