Searched refs:targetPath (Results 1 – 2 of 2) sorted by relevance
315 String targetPath = location.getPath(packageName); in writeSystemManagedProfile() local322 mUtils.pushFromResource(profileResourceName, targetPath); in writeSystemManagedProfile()326 mUtils.assertCommandSucceeds("chmod", "640", targetPath); in writeSystemManagedProfile()327 mUtils.assertCommandSucceeds("chown", owner, targetPath); in writeSystemManagedProfile()
991 String targetPath = mContext.getFileStreamPath("target.html").getAbsolutePath(); in verifyFileXHR() local996 "client.open('GET', 'file://" + targetPath + "',false);" + in verifyFileXHR()