Home
last modified time | relevance | path

Searched refs:decoded_path (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libevent/sample/
H A Dhttp-server.c189 char *decoded_path; in send_document_cb() local
215 decoded_path = evhttp_uridecode(path, 0, NULL); in send_document_cb()
216 if (decoded_path == NULL) in send_document_cb()
222 if (strstr(decoded_path, "..")) in send_document_cb()
225 len = strlen(decoded_path)+strlen(o->docroot)+2; in send_document_cb()
230 evutil_snprintf(whole_path, len, "%s/%s", o->docroot, decoded_path); in send_document_cb()
282 decoded_path, /* XXX html-escape this. */ in send_document_cb()
285 decoded_path /* XXX html-escape this */); in send_document_cb()
312 const char *type = guess_content_type(decoded_path); in send_document_cb()
338 if (decoded_path) in send_document_cb()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Drunpy.py253 decoded_path = os.path.abspath(os.fsdecode(fname))
254 with io.open_code(decoded_path) as f:
258 with io.open_code(decoded_path) as f:
/aosp_15_r20/external/python/cpython3/Lib/
Drunpy.py253 decoded_path = os.path.abspath(os.fsdecode(fname))
254 with io.open_code(decoded_path) as f:
258 with io.open_code(decoded_path) as f:
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Drunpy.py253 decoded_path = os.path.abspath(os.fsdecode(fname))
254 with io.open_code(decoded_path) as f:
258 with io.open_code(decoded_path) as f:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Drunpy.py253 decoded_path = os.path.abspath(os.fsdecode(fname))
254 with io.open_code(decoded_path) as f:
258 with io.open_code(decoded_path) as f:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Drunpy.py253 decoded_path = os.path.abspath(os.fsdecode(fname))
254 with io.open_code(decoded_path) as f:
258 with io.open_code(decoded_path) as f:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Drunpy.py253 decoded_path = os.path.abspath(os.fsdecode(fname))
254 with io.open_code(decoded_path) as f:
258 with io.open_code(decoded_path) as f: