Home
last modified time | relevance | path

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

/frameworks/layoutlib/rename_font/
Dbuild_font_single.py76 dest_path = argv[-1]
81 convert_font(input_path, dest_path)
83 shutil.copy(input_path, dest_path)
86 def convert_font(input_path, dest_path): argument
90 ttx_path = dest_path[:-1] + 'x'
103 ttx_args = ['-q', '-o', dest_path, ttx_path]
108 shutil.copy(input_path, dest_path)
114 shutil.copy(input_path, dest_path)
/frameworks/base/services/incremental/
DMetadata.proto8 string dest_path = 3; field
DIncrementalService.cpp1523 if (permanentBindPoints.back().second.dest_path().empty() || in adoptMountedInstances()
1530 << permanentBindPoints.back().second.dest_path() << "'"; in adoptMountedInstances()
1572 return bind.second == bindRecord.dest_path() && in adoptMountedInstances()
1716 if (bindPoints.back().second.dest_path().empty() || in mountExistingImage()
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp710 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path) in android_mtp_MtpDevice_import_file() argument
714 const char *destPathStr = env->GetStringUTFChars(dest_path, NULL); in android_mtp_MtpDevice_import_file()
720 env->ReleaseStringUTFChars(dest_path, destPathStr); in android_mtp_MtpDevice_import_file()