Home
last modified time | relevance | path

Searched refs:dest_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/rename_font/
Dbuild_font_single.py72 dest_path = argv[-1]
77 convert_font(input_path, dest_path)
79 shutil.copy(input_path, dest_path)
82 def convert_font(input_path, dest_path): argument
86 ttx_path = dest_path[:-1] + 'x'
99 ttx_args = ['-q', '-o', dest_path, ttx_path]
110 shutil.copy(input_path, dest_path)
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp560 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path) in android_mtp_MtpDevice_import_file() argument
564 const char *destPathStr = env->GetStringUTFChars(dest_path, NULL); in android_mtp_MtpDevice_import_file()
570 env->ReleaseStringUTFChars(dest_path, destPathStr); in android_mtp_MtpDevice_import_file()