OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commandChars
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_interface.cpp
32
const char*
commandChars
= commandLine.c_str();
33
for (size_t i = 0; i < strlen(
commandChars
); i++) {
34
if (isspace(
commandChars
[i])) {
39
if (strlen(
commandChars
) > 0) {
47
char* start = (char*)
commandChars
;
50
for (size_t i = 0; i < strlen(
commandChars
) + 1; i++) {
51
if (isspace(
commandChars
[i]) || '\0' ==
commandChars
[i]) {
58
start = (char*)
commandChars
+ i + 1;
/external/skia/platform_tools/nacl/src/
nacl_interface.cpp
32
const char*
commandChars
= commandLine.c_str();
33
for (size_t i = 0; i < strlen(
commandChars
); i++) {
34
if (isspace(
commandChars
[i])) {
39
if (strlen(
commandChars
) > 0) {
47
char* start = (char*)
commandChars
;
50
for (size_t i = 0; i < strlen(
commandChars
) + 1; i++) {
51
if (isspace(
commandChars
[i]) || '\0' ==
commandChars
[i]) {
58
start = (char*)
commandChars
+ i + 1;
Completed in 801 milliseconds