OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newURL
(Results
1 - 15
of
15
) sorted by null
/external/curl/tests/libtest/
lib539.c
30
char *
newURL
= NULL;
61
newURL
= malloc(strlen(URL) + 3);
62
if (
newURL
== NULL) {
67
newURL
= strcat(strcpy(
newURL
, URL), "./");
71
free(
newURL
);
77
test_setopt(curl, CURLOPT_URL,
newURL
);
86
free(
newURL
);
/external/libxml2/
xmllint.c
304
xmlChar *
newURL
;
306
newURL
= xmlStrdup((const xmlChar *) paths[i]);
307
newURL
= xmlStrcat(
newURL
, (const xmlChar *) "/");
308
newURL
= xmlStrcat(
newURL
, (const xmlChar *) lastsegment);
309
if (
newURL
!= NULL) {
310
ret = defaultEntityLoader((const char *)
newURL
, ID, ctxt);
320
newURL
,
323
xmlFree(
newURL
);
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java
[
all
...]
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar
Completed in 254 milliseconds