OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:localpath
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidFiles.java
33
protected final String
localpath
;
field in class:AndroidFiles
40
localpath
= sdcard;
43
public AndroidFiles (AssetManager assets, String
localpath
) {
45
this.
localpath
=
localpath
.endsWith("/") ?
localpath
:
localpath
+ "/";
108
return
localpath
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runant.pl
88
my $
localpath
= "$HOME/lib/ant-launcher.jar";
107
$
localpath
= `cygpath --path --windows $
localpath
`;
108
chomp ($
localpath
);
119
push @ARGS, "-classpath", "$
localpath
";
133
# even skip the ; - that is already in $
localpath
/external/elfutils/libdwfl/
find-debuginfo.c
190
char *
localpath
= strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL)
local
192
if (unlikely (
localpath
== NULL))
200
char *path =
localpath
;
221
free (
localpath
);
312
free (
localpath
);
325
free (
localpath
);
/external/curl/docs/examples/
ftpuploadresume.c
83
int upload(CURL *curlhandle, const char * remotepath, const char *
localpath
,
91
f = fopen(
localpath
, "rb");
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
server.py
270
def get_file(self, remotepath,
localpath
):
273
sftp_client.get(remotepath,
localpath
)
275
def put_file(self,
localpath
, remotepath):
278
sftp_client.put(
localpath
, remotepath)
Completed in 475 milliseconds