Searched defs:localpath (Results 1 – 4 of 4) sorted by relevance
33 protected final String localpath; field in AndroidFiles43 public AndroidFiles (AssetManager assets, String localpath) { in AndroidFiles()
83 int upload(CURL *curlhandle, const char * remotepath, const char * localpath, in upload()
270 def get_file(self, remotepath, localpath): argument275 def put_file(self, localpath, remotepath): argument
190 char *localpath = strdup ((cb->debuginfo_path ? *cb->debuginfo_path : NULL) in find_debuginfo_in_path() local